Skip to Content
0
Mar 26, 2010 at 11:42 AM

Throw POPUP TO CONFIRM and interrup execution

206 Views

Hi gyus, another challenge for community!

I've a button to do some actions but I want to show a confirmation popup before. If user clicks button Yes the execution should go on, but if user clicks No the execution should be interrupted.

An example:

ONACTIONSAVE

  • Throw popup

  • If YES

  • save_data()

  • else.

  • stop.

  • endif.

Thanks

Edited by: vanbelal on Mar 26, 2010 12:42 PM

Edited by: vanbelal on Mar 26, 2010 12:43 PM