Difference between revisions of "SET QUERYMODE"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
SET UPDATE
+
[[SET UPDATE]]
  
  
Line 23: Line 23:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
use patrons index events, dates, names
 
use patrons index events, dates, names
 
set querymode off
 
set querymode off
 
set update on
 
set update on
 
seek "BALLET"
 
seek "BALLET"
edit</pre>
+
edit</code>
  
  
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|UPDATE]]

Revision as of 11:41, 12 March 2009

SET QUERYMODE

Class

Table Basics


Purpose

Enable or disable update toggle in full screen forms based commands


Syntax

SET QUERYMODE ON | OFF | (<expL>)


See Also

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 Terminal Developer