These check boxes are available when VBScript is attached to a zone with the Interactive button.
Option |
Description |
---|---|
Length is |
Select this check box to run interactive scripts when a data length qualifier is met, specifically the length of the data in the zone. This is usually used for interactive database lookups. Select a relational operator (=, <, <=, !=, >, >=) and enter the number of Characters. |
Entering the Zone |
Select this check box to run interactive scripts when the Verification operator enters the zone. |
Leaving the Zone |
By default, interactive scripts run as the Verification operator leaves the zone. However, this check box can be cleared to run interactive scripts upon entering the zone. |
After Instant OCR |
Select this check box to run interactive scripts after Instant OCR is completed. |
After AnyApp Exception |
Select this check box to run interactive scripts after the AnyApp Exception Handler, if applicable. |
Option |
Description |
---|---|
Force Variable Declarations (Form level only) |
Select this check box to help ensure that variable names are correct throughout. You must explicitly declare all variables before any procedures in the script. Then if you attempt to use an undeclared variable name, for instance, misspelling a variable, an error occurs. |
Exclude Global Properties and Methods |
Enable this check box to prevent the Global Properties and Methods from loading. |