EditPhaseChangePhase()
- Last UpdatedJun 08, 2017
- 1 minute read
This method changes the settings of the phase currently selected in the EditPhasePhase list. 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".
Syntax
ReturnCode = OcxBatchVar.EditPhaseChangePhase ( OperMask, Instruct, DoneBy, CheckBy, DoneByPswd, CheckByPswd)
Parameters
OperMask
Data Type: Long
Mask of bits representing new phase settings:
0 = Ack Entry Required
1 = Ack Entry DoneBy Required
2 = Ack Entry CheckBy Required
3 = Ack Exit Required
4 = Ack Exit DoneBy Required
5 = Ack Exit CheckBy Required
6 = Comment Required
Intstruct
Data Type: String
Instruction text to append
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 password