Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

PDF Result 13.02.2013 09:28

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?

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

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?

Re: PDF Result 13.02.2013 10:14

Hello,

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

$a=$a_name;

Regards,
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback