PhaseEditParameter()
- Last UpdatedJun 13, 2017
- 1 minute read
This method changes a parameter value for the currently selected parameter in the PhaseParam list. This method should only be called if the PhaseParamGetEditType method returns a non-zero value. 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.PhaseEditParameter (Value, DoneBy, CheckBy, DoneByPswd, CheckByPswd)
Parameters
Value
Data Type: String
New parameter value
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