Difference between revisions of "SET CONFIRM"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CONFIRM=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Determine how the cursor moves to the next field when in a form
 
Determine how the cursor moves to the next field when in a form
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET BELL, @...SAY...GET, SET FORMAT
+
[[@...GET]], [[@...SAY]], [[SET BELL]], [[SET FORMAT]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set confirm on
 
set confirm on
 
use patrons
 
use patrons
edit</pre>
+
edit</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|CONFIRM]]
 +
[[Category:Screen Environment]]
 +
[[Category:Screen Environment Set Commands]]

Latest revision as of 16:58, 12 November 2009

Purpose

Determine how the cursor moves to the next field when in a form


Syntax

SET CONFIRM ON | OFF | (<expL>)


See Also

@...GET, @...SAY, SET BELL, SET FORMAT


Description

If SET CONFIRM is ON, the [RETURN] key must be pressed to finish entering data into a field on a form. When CONFIRM is OFF, filling the field causes the cursor to move automatically to the start of the next field. If the field is the last active field on the screen, the cursor will not go to the first field of the next record. The [NEXT RECORD] key must be pressed to access the next record. By default, CONFIRM is OFF.


Example

set confirm on
use patrons
edit


Products

Recital