QuestAnswerQuest()
- Last UpdatedJun 08, 2017
- 1 minute read
This method answers the currently selected question in the QuestionQuest 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.QuestAnswerQuest (Answer, DoneBy, CheckBy, DoneByPswd, CheckByPswd)
Parameters
Answer
Data Type: Short
Answer to question:
0 = No
1 = Yes
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