Hi,
I have a requirement of Closing the form after button click in the action pane, if we click the button it will open the Runbase batch processing dialog and if I click on "OK" or "cancel" button form is closing automatically since I have added the code element.close() in clciked method.
My target is like form has to close only when we click on "OK" and to remain running if I click on "cancel " button.