SetBatchSelection(SelectedBatches As String)

Application object (Verify)

Use this method on the VeriSelectBatch event to select batches to be processed. It is not effective anywhere else. SelectedBatches is a string of selected batch numbers separated by a space character.

Example

Function OnVeriSelectBatch(AvailableBatches As String) As Long

    Application.SetBatchSelection("52 53 54")

    OnVeriSelectBatch = EV_OK_ABORT

End Function

Methods for the Application object for use with Verify