Difference between revisions of "SET QUERYMODE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable update toggle in full screen forms based commands | Enable or disable update toggle in full screen forms based commands | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[SET UPDATE]] | + | [[BROWSE]], [[CHANGE]], [[EDIT]], [[Function Keys]], [[SET UPDATE]] |
Line 28: | Line 21: | ||
set update on | set update on | ||
seek "BALLET" | seek "BALLET" | ||
− | edit</code> | + | edit |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|QUERYMODE]] | [[Category:Set_Commands|QUERYMODE]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 15:22, 25 November 2009
Purpose
Enable or disable update toggle in full screen forms based commands
Syntax
SET QUERYMODE ON | OFF | (<expL>)
See Also
BROWSE, CHANGE, EDIT, Function Keys, SET UPDATE
Description
If SET QUERYMODE OFF and SET UPDATE OFF are active then the [UPDATE MODE] key cannot be used to toggle into update mode. This prevents database updates from being performed through interactive forms based operations such as CHANGE, EDIT, and BROWSE. When QUERYMODE is OFF, the function keys that allow the user to position on other records through the CHANGE and EDIT forms are disabled. By default, QUERYMODE is ON.
Example
use patrons index events, dates, names set querymode off set update on seek "BALLET" edit
Products
Recital