Difference between revisions of "DIALOG BOX"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Display a text message in a dialog box
 
Display a text message in a dialog box
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Screen Dialogs]]
 
[[Category:Screen Dialogs]]
 
[[Category:Screen Dialogs Commands]]
 
[[Category:Screen Dialogs Commands]]

Latest revision as of 15:57, 10 November 2009

Purpose

Display a text message in a dialog box


Syntax

DIALOG BOX <expC1> [LABEL <expC2>]


See Also

DIALOG FIELDS, DIALOG FILES, DIALOG GET, DIALOG MESSAGE, DIALOG QUERY, DIALOG SCOPE, MENUITEM(), MESSAGE, MESSAGEBOX(), SET COLOR, SET COLOR OF, SET DIALOG, SET MESSAGE, SET SHADOW


Description

This dialog is used to display the specified text message <expC1>. A "Confirm" button will also be displayed for you to acknowledge the displayed message. If SET DIALOG is OFF, the message will be displayed in the message line.

LABEL <expC2>

The default title of "MESSAGE" can be replaced with an optional title <expC2>, using the LABEL clause.


Example

dialog box "Transaction Completed"


Products

Recital