I have a method that shows a formindialog and then goes on to do many things. The formindialog has a button “OK” and a button “Cancel”. If the user hits Cancel, I do not want things to go on. What is the best way to implement this?
Something needs to happen after application.showFormInDialog.
Thanks for your answer. A transaction doesn’t do it because the real “data action” starts after the dialog. The global is the only way I see to do it but it sounds a little like “doing it the FM way”, if you know what I mean.