1. | Click Mobility design. |
2. | Click the Forms tab. |
3. | In the list, find and select the desired record. |
4. | Click Edit. |
5. | Click the Events tab. |
6. | You can set up an event procedure for several form events. As an example, in these steps, you set up an event procedure for the On init form event. |
  | Next to the On init field, click the EditOnInit (+) button. |
7. | Sub-task: Add activities. |
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 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 form event procedure |
  |