I'm using CSI 9 and am trying to present a dialog box during the StdFormSave event of the CustomerOrderLines form. The dialog will prompt for addition of an extra line to cover freight costs.
I appended an event handler to the StdFormSave event that will launch this dialog as a modal child form. However, while the dialog is open, execution continues in the background and the form is saved before the user has a chance to make their selection from the dialog.
Does anyone know of a way for me to pause execution of any further event handlers while I have this dialog open?