GotoNextImage (Method) - 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

The method is only available for Interactive and FKeys. This function simulates the effect of pressing the [Page Down] key during Verification. Keep in mind that the script needs to finish running before you move to the next image. It is usually best to follow this command with "EXIT SUB."

Applicable Events

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

Syntax

object.GotoNextImage (bIgnoreAllRules)

Parameters

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

GotoNextImage is the command.

BIgnoreAllRules is a boolean parameter. The default value is FALSE. If False, the software attempts to advance to the next image just like the page down key. Any strict rules will prevent the user from moving to the next image. If True, the software will force the move to the next image, ignoring all rules.

Example

Application.GotoNextImage

Exit Sub