Difference between revisions of "SET VERIFY"
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable dialog box display | Enable or disable dialog box display | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[DIALOG MESSAGE]], [[SET DIALOG]], [[SET HELP]], [[SET MESSAGE]] | + | [[DIALOG MESSAGE]], [[Function Keys]], [[SET DIALOG]], [[SET HELP]], [[SET MESSAGE]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set verify on | set verify on | ||
− | use test</ | + | use test |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|VERIFY]] | [[Category:Set_Commands|VERIFY]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set 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