Use the PropertyChange event to test procedures
Perform the following steps to test simple procedures. Replace the code below with the code that you want to test. Each time a user changes the value of the Importance field, or any other default field, the code runs.
- Open the Script Editor.
How?
- On the Script menu, click Event Handler.
- In the Events box, double-click PropertyChange.
- Add the following code in the event:
MsgBox "This is my test procedure"
- On the Form menu, click Run This Form.
- Click the ! icon on the toolbar. The message box will appear.
- Click OK to close the message box.