interface dialog_box execute
Allows you to execute of the command associated with the dialog box.
The dialog box is a blank interface window created where various buttons and option menus can be placed.
The ‘execute command’, if specified is run when the ‘dialog box execute’ command is run. The dialog box may be closed after the execution of the command, if specified.
Format:
interface dialog_box execute |
|---|
dialog_box_name = | an existing GI_dbox |
undisplay = | boolean |
Example:
interface dialog_box execute & |
|---|
dialog_box_name = | .gui.dgbox & |
undisplay = | yes |
Description:
Parameter | Value Type | Description |
|---|
dialog_box _name | An Existing GI_dbox | Specifies the name of an existing dialog box |
undisplay | Boolean | Specifies if the dialog box is closed after execution |
Extended Definition:
1. The command specified as ‘execution_command’ get executed with this command statement.
2. If the parameter ‘undisplay’ is set to ‘yes’, the dialog box will be closed with execution of the this command.