Description
Read-only. Used on an interactive script to determine the reason the script is running. If it returns False, the script is running because the Verification operator landed on the zone and is now attempting to leave it. If it returns True, the script is running because the Verification operator roped data to perform instant OCR.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.InInstantOCRMode
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
InInstantOCRMode is the command.
Example
If Application.InInstantOCRMode Then
Exit Sub
End if