NavigateTo (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

Moves the input focus to the specified Zone and line number.

Applicable Events

Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object.NavigateTo "strZoneName", nLineNo

Parameters

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

NavigateTo is the command.

strZoneName is the name of the zone that is displayed.

nLineNo is the line number of the specified zone. If a line number is not specified for a multi-line zone, the first line is displayed.

Example