Difference between revisions of "SET FORMSTATE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET | + | [[SET QUERYMODE]], [[SET UPDATE]] |
Line 33: | Line 33: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|FORMSTATE]] |
Revision as of 15:15, 11 March 2009
Contents
SET FORMSTATE
Class
Screen Forms
Purpose
Enable or disable Query Mode upon exiting a menu
Syntax
SET FORMSTATE ON | OFF | (<expL>)
See Also
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 main config.db file.
Example
// Force Query Mode upon menu exit set formstate off
Products
Recital Terminal Developer