AllocQueueMoveBatchDownWC()
- Last UpdatedJun 23, 2017
- 1 minute read
This method moves the currently selected batch in the AllocQueue list down by one position. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
NOTE: You must use the AllocQueueMoveBatchDownWC() method when the DoneByComment and CheckByComment is made mandatory in the System Parameter.
Syntax
ReturnCode = OcxBatchVar.AllocQueueMoveBatchDownWC ( Campaign, Lot, Batch, Instance, DoneBy, CheckBy, DoneByPswd, CheckByPswd, DoneByComment, CheckByComment)
Parameters
Campaign
Data Type: String
ID of the campaign
Lot
Data Type: String
ID of the lot
Batch
Data Type: String
ID of the batch
Instance
Data Type: String
Name of the unit instance
DoneBy
Data Type: String
Done by user ID
CheckBy
Data Type: String
Check by user ID
DoneByPswd
Data Type: String
Done by password
CheckByPswd
Data Type: String
Check by passwordDoneByComment
Data Type: String
Check by password
DoneByComment
Data Type: String
Done by comment
CheckByComment
Data Type: String
Check by comment