Difference between revisions of "SET VERIFY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable dialog box display
 
Enable or disable dialog box display
Line 27: Line 23:
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 15:52, 25 November 2009

Purpose

Enable or disable dialog box display


Syntax

SET VERIFY ON | OFF | (<expL>)


See Also

DIALOG MESSAGE, Function Keys, SET DIALOG, SET HELP, SET MESSAGE


Description

The SET VERIFY command is used to enable or disable dialog box display upon execution of [ABANDON], [DELETE RECORD], [EXIT/SAVE], or [CARRY MODE] operations. If VERIFY is set ON, when a user presses a key to initiate an [ABANDON], [DELETE RECORD], [EXIT/SAVE] or [CARRY MODE] operation, a dialog box displays asking for confirmation of the operation. The dialog box contains a YES button and a NO button. The user may move the cursor to a YES or NO button and press [RETURN] to reply. Pressing the [ABANDON] key or selecting the NO button returns the user to the previous screen. Selecting the YES button continues the operation. By default, SET VERIFY is ON.


Example

set verify on
use test


Products

Recital