My notes say to put the PROPERTY command on the "before generate eep".  Don't 
think I've ever done this so I'm not speaking from experience

Karen


 

 

 

-----Original Message-----
From: Dan Goldberg <[email protected]>
To: rbase-l <[email protected]>
Sent: Mon, Jun 5, 2017 4:40 pm
Subject: [RBASE-L] - make a hyperlink in reports



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.
 

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.


-- 
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