Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:12, 4 January 2012 by Cg huyphong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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