AutoAdvanceToFirstQuestionable (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-write. Sets or gets the Advance to First Questionable workstation Verification setting.

AnyDoc Software does not recommend using this property. It is provided here for backwards compatibility only.

Applicable Events

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

AutoAdvanceToFirstQuestionable = bReturn

object.AutoAdvanceToFirstQuestionable [ = blnValue ]

Parameters

Object is a reference to the Application object. For more information, see Application Object (page Application Object).

AutoAdvanceToFirstQuestionable is the command.

blnValue is a reference to a boolean value. If True, Advance to First Questionable is turned on. If False, Advance to First Questionable is turned off.

Example

Application.AdvanceToFirstQuestionable = False

MsgBox “Advance to 1st Questionable is “ & Application.AdvanceToFirstQuestionable