1. | Click Mobility design. |
2. | Click the Forms tab. |
3. | In the list, find and select the desired record. |
4. | Click Edit. |
5. | On the preview, click the desired check box control. |
  |
Note: If the control list is shown instead of the preview, in the list, find and select the desired check box control. |
6. | On the Properties tab, next to the On check changed procedure field, click the Edit 'On check changed' procedure (+) button. |
7. | Sub-task: Add actions. |
7.1 | On the Event procedure dialog, on the Actions pane, click Add to open the drop dialog. |
7.2 | In the list, find and select the desired actions. |
7.3 | Click OK. |
8. | Sub-task: Fill in action parameters. |
8.1 | On the Actions pane, in the list, select an action. |
8.2 | For each action, the relevant parameters are defined in the action class. Each action can have a different set of parameters. Usually, these are input or output parameters. For these parameters, you can define the value. Only define a value for the parameters that are applicable to the event procedure. Sometimes, an action has a different type of parameters or no parameters. In the Value field, you can use a variable, a function, or a fixed value. In this step, as an example, you enter a variable. |
  | On the Parameters tab, in the Value field, enter or select a value. |
  |
Note: If the parameter is of type enum, and you define a fixed value, you can only select an enum as defined for the parameter. |
9. | Sub-task: Define conditions. |
9.1 | Optionally, you can run an action under specific conditions. |
  | Click the Conditions tab. |
9.2 | Click Add and fill in the fields. |
  |
Note: In the first Value field, you can use a variable or a function. |
10. | Click Close. |
Related to | Notes |
---|---|
Design check box event procedure |
  |