Skip to main content
Nintex Community Menu Bar

Closing a form dialog box programmatically

  • June 20, 2016
  • 1 reply
  • 7 views

Forum|alt.badge.img+8

I have a listview on a form.    When I click on the item,  a dialog box is displayed.   There is a button on that form.    When pressed the final thing I want to do is to programmatically  close the dialog and return to the parent form.    Is there anyway to do this?

1 reply

Forum|alt.badge.img+8
  • Author
  • June 21, 2016

I did it by clicking the existing Close button.

NWF$(".nf-disableonsubmit[value=Close]").click();