how to inherit a posx of a cell in pdf [fpdf]

Hi there.
I want to get the posx of specific cell in pdf.
for example i have a field name {f_name}
this is {f_name} is set to a cell name $cell_f_name

what i want is get the $cell_f_name[‘posx’] value and set this value to my other field or cell,
cell_f_name is array.

$cell_f_name = array(‘posx’ => 12…)
something like this

How can i get that posx value.
Many tnx in advance.

regards,
Ghulma

Re: how to inherit a posx of a cell in pdf [fpdf]

www.fpdf.org -> Manual gives you all the command available and their usage.

You can use GetY() or GetX() function.

Note: It is much easier to use pure FPDF from www.fpdf.org than to use the FPDF customized by scriptcase when u select PDF Report Application Template.

To use pure FPDF, you must use Blank Application. But first you will need to download the FPDF.php from www.fpdf.org and upload into scriptcase Library under Public. In your Blank Application, Under Programming -> Libraries, make sure fpdf.php is checked, then copy the folder fonts that was downloaded together with fpdf.php into your Application folder.

Re: how to inherit a posx of a cell in pdf [fpdf]

thanks for your reply leatheric
…your right … its hard to use the customize fpdf.