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?
Page 1 / 1
I did it by clicking the existing Close button.
NWF$(".nf-disableonsubmit[value=Close]").click();
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.