Difference between revisions of "SET RETAINMENU"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET RETAINMENU=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Dictate if a menu is exited after selecting an item
 
Dictate if a menu is exited after selecting an item
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
@...MENU, DEFINE MENU, MENU, MENU AT, MENU FORMAT, RESTORE MENU, SAVE MENU
+
[[@...MENU]], [[DEFINE MENU]], [[MENU]], [[MENU AT]], [[MENU FORMAT]], [[RESTORE MENU]], [[SAVE MENU]], [[SET SYSMENU]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set retainmenu on</pre>
+
set retainmenu on
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|RETAINMENU]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]
 +
[[Category:Menus]]
 +
[[Category:Menus Set Commands]]

Latest revision as of 15:24, 25 November 2009

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, SET SYSMENU


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