CalcBuilder Forum

PDF Result

Usuario moon_912 2013-02-13 09:28:11

pdf file after calculating showing me values of option list and linked list, but i need NAMES of option lists there
How could i solve this problem?

Moonsoft support 2013-02-13 09:35:16

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,

Usuario moon_912 2013-02-13 10:11:55

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*$n;
$b=$option_name;
$a=$option_name;

How could i get all names working?

Moonsoft support 2013-02-13 10:14:37

Hello,

If you option var is 'a', you should add:

$a=$a_name;

Regards,

...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!
...
CalcBuilder

Create dynamic calculators

Buy now!