ControlPathID (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-only. Returns the current identifier for the control path as specified in the System Configuration window. If an identifier is not specified, blank is returned.

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

object.ControlPathID

Parameters

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

ControlPathID is the command.

Example

MsgBox “Current using the “ & Application.ControlPathID & " control path”

If Application.ControlPathID = “PRODUCTION” then

‘ Set production system settings

Else

‘ Set test system settings

End if