To trigger an action for an event:
1. | Select the object where the event occurs. For example, a new button you have just inserted. |
2. | Select the behavior property corresponding to the event. For example, a button's Action property corresponds to the event of the button being clicked. |
| The method call script specifies the object(s) you want to activate, and the action(s) you want it to perform. For example, the method call could specify that an instance of a particular info window is to be opened, and that it should perform a query after opening. |
|