Difference between revisions of "SET FORMSTATE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 16: | Line 16: | ||
==Description== | ==Description== | ||
− | The SET FORMSTATE command is used to control the setting of Query | Update mode upon exit from a menu. When a menu is accessed from a work surface such as EDIT, the form is placed into Query Mode. If FORMSTATE is set ON, the mode of the form will be saved when the menu bar is accessed and then restored when the menu is exited. If FORMSTATE is OFF, then the form will always be placed into Query Mode upon exit from the menu. By default, FORMSTATE is turned ON in the | + | The SET FORMSTATE command is used to control the setting of Query | Update mode upon exit from a menu. When a menu is accessed from a work surface such as EDIT, the form is placed into Query Mode. If FORMSTATE is set ON, the mode of the form will be saved when the menu bar is accessed and then restored when the menu is exited. If FORMSTATE is OFF, then the form will always be placed into Query Mode upon exit from the menu. By default, FORMSTATE is turned ON in the system [[Configuration Files|configuration file]]. |
Line 31: | Line 31: | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|FORMSTATE]] | [[Category:Set_Commands|FORMSTATE]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] | ||
+ | [[Category:Menus]] | ||
+ | [[Category:Menus Set Commands]] |
Revision as of 10:25, 3 June 2009
Class
Screen Forms
Purpose
Enable or disable Query Mode upon exiting a menu
Syntax
SET FORMSTATE ON | OFF | (<expL>)
See Also
CHANGE, EDIT, SET QUERYMODE, SET UPDATE
Description
The SET FORMSTATE command is used to control the setting of Query | Update mode upon exit from a menu. When a menu is accessed from a work surface such as EDIT, the form is placed into Query Mode. If FORMSTATE is set ON, the mode of the form will be saved when the menu bar is accessed and then restored when the menu is exited. If FORMSTATE is OFF, then the form will always be placed into Query Mode upon exit from the menu. By default, FORMSTATE is turned ON in the system configuration file.
Example
// Force Query Mode upon menu exit set formstate off
Products
Recital Terminal Developer