on ‎2010 Jan 27 7:05 AM
Hi all,
I wanted to know if it is possible to use context variables in formcalc. I wanted to use those variables in "if else" condition in formcalc scripting language. Please post the sample code also as i am new to adobe forms.
Regards,
Vinod
Request clarification before answering.
Hello,
start here: http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
and look for the strings ) like xfa.record. You´ll find examples and ready-to-copy-code.
Otto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Each variable define in the context can be used on the layout of the form and/or in script linked to fields.
This can be done in formcalc or in javascript language , without any problem . You have only to acess the correct variable in the script.
For getting variable in a script you must define the complete name of the variable, example "Myform.Header.Data.Myvariable" get access to variable MyVariable define in the context under nodes Header/Data .
Hope it's help you
regards.
hi Bertrand,
I am still getting message as "Accessor is unknown" when i am trying to use context variables. May be i am making some syntax error. My form context name is "ysampleform" and the variable name is "flag". I want to use this variable in an if condition. Can u plz give me the exact syntax for the above parameters. Thanks in advance.
Regards,
Vinod
| User | Count |
|---|---|
| 8 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.