Description
Gets or sets the user defined batch control number of the current batch. Read-write.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
Form.BatchControlNumber [ = strBatchControl ]
Parameters
Object is a reference to the Form object. For more information, see Form Object (page Form Object).
BatchControlNumber is the command.
strBatchControl is a string value to which the batch control number is set.
Example
MsgBox "Current Batch Control Number (User Batch ID) is " & Form.BatchControlNumber
‘Set new user batch id
Form.BatchControlNumber = "DCN20010911_1134"