CLOSE DIALOG [USING] [DIALOG-ID]
|
|
operand1 |
|
*DIALOG-ID |
This document covers the following topics:
For an explanation of the symbols used in the syntax diagram, see Syntax Symbols.
Related Statements: OPEN DIALOG |
PROCESS GUI | SEND EVENT
Belongs to Function Group: Event-Driven Programming
The CLOSE DIALOG statement is used to close a dialog dynamically.
Note
If a modal dialog is a child in a hierarchy of dialogs, the modal dialog should not
close its parent(s) because this will result in a deadlock.
Operand Definition Table:
| Operand | Possible Structure | Possible Formats | Referencing Permitted | Dynamic Definition | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operand1 |
S | I4 | yes | no | |||||||||||||||
Syntax Element Description:
| Syntax Element | Description |
|---|---|
operand1 |
Identifier of ID to be
Closed:
|
*DIALOG-ID |
Closing the Current Dialog:
To close the current dialog, specify the system variable |
See the section Event-Driven Programming Techniques in the Programming Guide.