Displaying a modal dialog box from a button
You can present a modal dialog box from a button in a layout cell, to display records to users for review or editing.
- Select the cell that contains the button control and display its properties panel.
- Click the View properties icon next to the Control field to open the control Parameters dialog box.
- In the Behaviors section, click the Add row icon.
- In the Event field, select Click.
- In the Action area, click Launch > Local Action.
- In the Local Action field, select the local action rule.
- In the Target field, select Modal Dialog.
- Click OK to save the settings and close the dialog box.
- Click OK to close the Parameters dialog box.