Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: PDF Result 13.02.2013 09:35
Hello,
Option and linked list names are stored in $VARIABLE_name . If you use 'Include Form print' in PDF and you want to get names, you could add at the end of Code the following sentence:
$option=$option_name;
where option is the name of your Option list. Add as many fields as you want.
Regards,
Moonsoft Team
www.moonsoft.es
Option and linked list names are stored in $VARIABLE_name . If you use 'Include Form print' in PDF and you want to get names, you could add at the end of Code the following sentence:
$option=$option_name;
where option is the name of your Option list. Add as many fields as you want.
Regards,
Moonsoft Team
www.moonsoft.es
Re: PDF Result 13.02.2013 10:11
i write in code $b=$option_name;
in pdf it show name of option list "a"
when i write $a=$option_name;
i do not have any name in pdf
This is my code:
$myvalue=explode("_",$b_linked);
$myresult=$b*$myvalue[1]*$n;
$b=$option_name;
$a=$option_name;
How could i get all names working?
in pdf it show name of option list "a"
when i write $a=$option_name;
i do not have any name in pdf
This is my code:
$myvalue=explode("_",$b_linked);
$myresult=$b*$myvalue[1]*$n;
$b=$option_name;
$a=$option_name;
How could i get all names working?