Difference between revisions of "CATI getLinkToCATIForm"
(jrfconvert import) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
− | | + | {{HelpFiles}} |
− | ====CATI_getLinkToCATIForm==== | + | ==== CATI_getLinkToCATIForm ==== |
− | + | '''Syntax''' | |
− | string CATI_getLinkToCATIForm(number rpqId) | + | string CATI_getLinkToCATIForm(number rpqId) |
− | '''Arguments''' | + | '''Arguments''' |
− | RPQId : resource project questionnaire id | + | RPQId : resource project questionnaire id |
− | '''Return type''' | + | '''Return type''' |
− | String | + | String |
− | '''Example''' | + | '''Example''' |
− | string a = CATI_getLinkToCATIForm( | + | string a = CATI_getLinkToCATIForm(89716960); |
− | + | print(a); | |
− | Version 5.8 | + | //Output : CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301 |
− | __NOTOC__ | + | |
− | <!-- imported from file: 8042.htm--> | + | <br> '''Availability''' |
+ | |||
+ | Version 5.8 __NOTOC__ <!-- imported from file: 8042.htm--> |
Latest revision as of 09:55, 1 February 2012
CATI_getLinkToCATIForm
Syntax
string CATI_getLinkToCATIForm(number rpqId)
Arguments
RPQId : resource project questionnaire id
Return type
String
Example
string a = CATI_getLinkToCATIForm(89716960);
print(a);
//Output : CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301
Availability
Version 5.8