Difference between revisions of "SET RETAINMENU"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Screen Environment | Screen Environment | ||
Line 24: | Line 21: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | set retainmenu on</code> | + | set retainmenu on |
+ | </code> | ||
Revision as of 11:25, 17 April 2009
Class
Screen Environment
Purpose
Dictate if a menu is exited after selecting an item
Syntax
SET RETAINMENU <ON | OFF>
See Also
@...MENU, DEFINE MENU, MENU, MENU AT, MENU FORMAT, RESTORE MENU, SAVE MENU
Description
When set ON, execution of a system menu item returns to the calling menu upon completion of the action. When set OFF, the menu is exited after the action is completed. Default is off.
Example
set retainmenu on
Products
Recital Terminal Developer