BatchControlDialog Object - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

Depending on how the script sets the object's properties, it is possible to cancel batch scanning, set a custom batch control number without displaying a window or pre-filling the prompting window with data. If the profile has a custom defined batch control number that prompts the operator, this object contains the prompting data. This object is only valid when used in the OnBatchControl event.

Property

Type

Read Only/Write

Description

Count

Number

Read Only

Number of prompts in the batch control window.

ModalResult

Number

Read Only

Result of the DoModal method. This can be vbOk or vbCancel

DisplayDialogFlag

Boolean

Read Write

Determines if CAPTUREit displays the Batch Control window.

DisplayEditCharacters

Number

Read Write

Indicates or sets the width of the edit boxes for the Batch Control window.

Title

String

Read Write

Batch control window title

Method

Parameter

Description

Line(nIndex)

nIndex as Number

Returns the corresponding PromptingControlLine object.

GetLineIndex(PromptID)

PromptID assigned

Returns the corresponding line index of the associated PromptID in the Batch Control Number (User-Assigned).

DoModal

 

Displays the batch control number window.

ClearAllLists

 

Clears all drop-down list values.