Thx I will take a look at the RSat. Dan Goldberg
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Monday, June 5, 2017 8:17 PM To: [email protected] Subject: Re: [RBASE-L] - make a hyperlink in reports Dan, Look at the "Defining Hot Spots in PDF Reports" topic in your RBGXE SAT Sample Applications. Yes, you can define hot spots using custom URLs, E-Mail Tags, or anything you can imagine. See attached sample PDF reports with hot spot as URL. Feel free to each out to me with any questions. Very Best R:egards, Razzak At 05:40 PM 6/5/2017, Dan Goldberg wrote: >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? -- 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.

