Configure a button to open a dialog box
To show a dialog box at runtime, another object must call a specific method.
Prerequisites
- Create a button. See Create a graphic object from a type.
- Create a dialog box type. See Create a graphic object type.
To configure a button to open a dialog box
- In Project view, select a button object.
-
In Events, next to MouseClick event, select
and select .
-
Create a dynamic link between the Dialog argument and a Dialog Box (type).
For more information about dynamic links, see Create dynamic links.