TEXT |
You are being returned to:
'{The menu the user jumped or stepped from}.'
If there is code in the EXQUIT EXECUTABLE field no message is printed
on the assumption that the application programmer has taken care of it.
If there is no such code but there is message text in the XQUIT MESSAGE
field then that text is displayed instead of the default message through
a Menu System call to [DISPLAY]^XQUTL. The programmer has access to this
entry point, as well as [PRINT]^XQUTL(.array name) for posting messages on
the user's screen. These are both supported entry points.
When the XQUIT variable is detected by the Menu System and there is
no code in the XQUIT EXECUTABLE field a message is printed on the user's
screen. The default message looks like this:
**> Sorry, access to this option has been denied by the application.
The variable XQUIT was encountered at the option
'{The menu text of the option that defined XQUIT}.'
|