Allow_Esc
Purpose Indicates if the user can escape from the input session by
pressing Esc.
Decln. Allow_Esc(On:boolean);
Remarks Pass true to allow the user to escape and false to disable the
Esc key. Default is true. The setting applies to the active
table.
Example
BEGIN
ALLOW_ESC(FALSE);
END;