OPEN DIALOG
operand1 [USING ] [PARENT ] operand2
|
|||||||||||||||
[[GIVING ] [DIALOG-ID ]
operand3]
|
|||||||||||||||
WITH
|
operand4 |
M
|
|||||||||||||
(AD=
|
O
|
) | |||||||||||||
A
|
|||||||||||||||
nX
|
|||||||||||||||
PARAMETERS - clause |
This document covers the following topics:
For an explanation of the symbols used in the syntax diagram, see Syntax Symbols.
Related Statement: CLOSE
DIALOG
| PROCESS
GUI
| SEND
EVENT
Belongs to Function Group: Event-Driven Programming
This statement is used to open a dialog dynamically.
Operand Definition Table:
Operand | Possible Structure | Possible Formats | Referencing Permitted | Dynamic Definition | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operand1
|
C | S | A | yes | no | |||||||||||||||
operand2
|
C | S | G | no | no | |||||||||||||||
operand3
|
S | I | yes | no | ||||||||||||||||
operand4
|
C | S | A | A | U | N | P | I | F | B | D | T | L | C | G | O | yes | no |
Syntax Element Description:
Syntax Element | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
operand1
|
Dialog Name:
|
||||||||||
operand2
|
Handle Name:
|
||||||||||
operand3
|
Dialog ID:
|
||||||||||
operand4
|
Passing Parameters to the
Dialog:
When a dialog is opened, parameters may be passed to this dialog. As |
||||||||||
PARAMETERS-clause
|
Passing Parameters Selectively:
With the
Note: |
||||||||||
nX
|
Specifying Parameters to be Skipped:
With the notation
|
||||||||||
AD= |
|
PARAMETERS
{parameter-name =
operand4} |
END-PARAMETERS
|
Syntax Element Description:
Syntax Element | Description |
---|---|
parameter-name
|
Parameter Name:
The name of the parameter as defined in the parameter data area section of the dialog. Note: |
operand4
|
Parameters to be Passed:
As |
END-PARAMETERS |
End of PARAMETERS Clause:
The Natural reserved word |