AutoCapture Server events
This section describes AutoCapture server events.
The VBScript interface for AutoCapture server has these events.
| Event | Description |
|---|---|
| Form_OnLoad | This event occurs before a form is displayed. |
| Form_OnValidate | This event occurs when a form is open and the user attempts to submit it. |
| Field_OnChange | This event occurs when a List or Boolean field value on the form has changed. |
| Field_OnValidate | This event occurs when a user attempts to set a new value for a List or Boolean field on the form. |
| Button_OnClick | This event occurs when a user clicks a button field on the form. |