Posted by Oscar
2016-04-22



Tom

Thank you I gat it.. Thank A lot, I did the connection with my PDF File

how can I add .pdf at the end


<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue')
Posted by Tom
2016-04-24

You can do
<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue'); ?>.pdf
or
<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue') . ".pdf"; ?>
Either will do!