PhaseAckDocument ()
- Last UpdatedJun 13, 2017
- 1 minute read
This method acknowledges the document associated with the currently selected phase in the PhasePhase list. This method should be called only if an acknowledge is required. A required acknowledgement can be determined by evaluating the value returned from the PhasePhaseGetEditMask method. 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.PhaseAckDocument (DoneBy, CheckBy, DoneByPswd, CheckByPswd)
Parameters
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