Difference between revisions of "SET DIALOG"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET DIALOG=
 
 
 
 
==Class==
 
==Class==
  
Line 16: Line 13:
  
 
==See Also==
 
==See Also==
[[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG MESSAGE]], [[DIALOG QUERY]], [[DIALOG SCOPE]]
+
[[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG MESSAGE]], [[DIALOG QUERY]], [[DIALOG SCOPE]], [[Function Keys]], [[MESSAGEBOX()]], [[SET MESSAGE]], [[SET SCOREBOARD]], [[SET STATUS]]
  
  
Line 24: Line 21:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set dialog off</pre>
+
set dialog off</code>
  
  

Revision as of 14:40, 15 April 2009

Class

Screen Environment


Purpose

Enable or disable dialog style messages


Syntax

SET DIALOG ON | OFF | (<expL>)


See Also

DIALOG FIELDS, DIALOG FILES, 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 Mirage Server, Recital Terminal Developer