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

Sets the verify screen that will be used and optionally sets the applicable system language. This method is only valid for the Pre Verification and Interactive events. If the specified layout or language doesn't exist, the the default layout is displayed in the default language.

Applicable Events

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

Syntax

Form.SetVerifyLayout "Layout", "Language"

Parameters

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

SetVerifyLayout is the command.

Layout is an optional parameter that specifies the layout name to be displayed.

Language is an optional parameter that specifies the system language associated with the specified layout.

Example

Form.SetVerifyLayout "Invoice" ' Display the "invoice" layout using the current OCR for AnyDoc language setting.

Form.SetVerifyLayout "Invoice", "Greek" ' Display the greek version of the "invoice" layout.