How to exit form from ON-ERROR trigger
533085Mar 13 2009 — edited Mar 17 2009I have a program unit that is being called from the ON-ERROR trigger.
I check for a specific error code and if it meets the criteria I display a message and want to exit the application. The ON-ERROR trigger does not allow the use of EXIT_FORM (restricted procedure).
How do I exit the application?