Try OpenEdge Now
Error Handling
STOP and QUIT Condition Handling
:
QUIT condition handling
QUIT condition handling
ABL supports a
QUIT
statement to terminate an application completely. The AVM raises the
QUIT
condition only when it encounters a
QUIT
statement.
In this section:
Default handling
Raising the QUIT condition
Overriding default handling