How i can close alert when i clicked "Cancel" button? |
Hi, An alert (that is, an alert created in the Formpider IDE under "Miscalleneous/Alerts" menu) should close automatically when you press any button (OK, Cancel, or whatever you named it) If you mean closing a dialog window, then api_dialog.setvisible (and set the in_visible_yn parameter to 'N') must be called to close the dialog after you press a button you put on the dialog. Hope this helps, Michiel A |
Thanks. I understood. I can use one action for generally where i need show alert. others can use individually |