I am creating a pdf report to have our dealers update the customers email 
addresses on our website. So each line will have a unique hyperlink.

[cid:[email protected]]
I want to have label that says "Update" which will be a unique hyperlink for 
each line item.


I have created a variable

TEXT   : D : vuplink = 
('http://dealer.lancecamper.com/warranty/warranty_email.php?serial=' + 
(ctxt(serial)))

I found the URL property for the text label. So I put this in the after 
generate eep for the details

PROPERTY cuplink URL .vuplink
RETURN

But when I create the pdf the links are not created.

If I put the variable label in the details without the url property it works 
fine.

Has anybody been able to put the URL from a variable on a text label in a 
report?

TIA

Dan Goldberg

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to