Difference between revisions of "SET FORMSTATE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET FORMSTATE=
 
 
 
 
==Class==
 
==Class==
 
Screen Forms
 
Screen Forms
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
// Force Query Mode upon menu exit
 
// Force Query Mode upon menu exit
set formstate off</pre>
+
set formstate off</code>
  
  

Revision as of 09:43, 16 April 2009

Class

Screen Forms


Purpose

Enable or disable Query Mode upon exiting a menu


Syntax

SET FORMSTATE ON | OFF | (<expL>)


See Also

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 main config.db file.


Example

// Force Query Mode upon menu exit
set formstate off


Products

Recital Terminal Developer