Difference between revisions of "SET DIALOG"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable dialog style messages | Enable or disable dialog style messages | ||
Line 13: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG MESSAGE]], [[DIALOG QUERY]], [[DIALOG SCOPE]], [[Function Keys]], [[MESSAGEBOX()]], [[SET MESSAGE]], [[SET SCOREBOARD]], [[SET STATUS]] | + | [[DIALOG BOX]], [[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG GET]], [[DIALOG MESSAGE]], [[DIALOG QUERY]], [[DIALOG SCOPE]], [[Function Keys]], [[MESSAGEBOX()]], [[SET MESSAGE]], [[SET SCOREBOARD]], [[SET STATUS]] |
Line 26: | Line 21: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 15:41, 23 November 2009
Purpose
Enable or disable dialog style messages
Syntax
SET DIALOG ON | OFF | (<expL>)
See Also
DIALOG BOX, DIALOG FIELDS, DIALOG FILES, DIALOG GET, DIALOG MESSAGE, DIALOG QUERY, DIALOG SCOPE, Function Keys, MESSAGEBOX(), SET MESSAGE, SET SCOREBOARD, SET STATUS
Description
The SET DIALOG OFF command disables all dialog and alert boxes. Dialog boxes display when the user presses the [ABANDON] key. Alert boxes display when an error occurs. Error messages display in the message line rather than in a pop-up alert box when SET DIALOG is OFF. SET DIALOG OFF is particularly useful in foreign language applications. The default for SET DIALOG is ON.
Example
set dialog off
Products
Recital