SET CONFIRM

From Recital Documentation Wiki
Revision as of 16:32, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET CONFIRM

Class

Screen Environment


Purpose

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


Syntax

SET CONFIRM ON | OFF | (<expL>)


See Also

SET BELL, @...SAY...GET, 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 Terminal Developer