Difference between revisions of "SetRPQStatus"
Cg huyphong (talk | contribs) |
|||
Line 14: | Line 14: | ||
''new_status'': Is a numeric (non-decimal) expression. It can be a built-in constant: | ''new_status'': Is a numeric (non-decimal) expression. It can be a built-in constant: | ||
− | RPQ_Status_Normal = 1,RPQ_Status_QuotaFull = 2,RPQ_Status_OutsideTarget = 3,RPQ_Status_InterviewFailed = 4,RPQ_Status_InterviewSucceeded = 5 | + | RPQ_Status_Normal = 1, |
+ | |||
+ | RPQ_Status_QuotaFull = 2, | ||
+ | |||
+ | RPQ_Status_OutsideTarget = 3, | ||
+ | |||
+ | RPQ_Status_InterviewFailed = 4, | ||
+ | |||
+ | RPQ_Status_InterviewSucceeded = 5 | ||
'''Return type''' | '''Return type''' |
Latest revision as of 05:12, 4 January 2012
setRPQStatus
Sets the status for the current questionnaire answer sheet context.
Syntax
setRPQStatus(new_status)
Arguments
new_status: Is a numeric (non-decimal) expression. It can be a built-in constant:
RPQ_Status_Normal = 1,
RPQ_Status_QuotaFull = 2,
RPQ_Status_OutsideTarget = 3,
RPQ_Status_InterviewFailed = 4,
RPQ_Status_InterviewSucceeded = 5
Return type
empty
Example
setRPQStatus(RPQ_Status_QuotaFull);
Availability
Version 5.0