RE: Creating a hyperlink on a PDF via XFRX.

2022-08-30 Thread Richard Kaye
Want to share? 😊 -- rk From: ProfoxTech On Behalf Of Alan Bourke Sent: Friday, August 26, 2022 9:44 AM To: profoxt...@leafe.com Subject: Re: Creating a hyperlink on a PDF via XFRX. Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NE

Re: Creating a hyperlink on a PDF via XFRX.

2022-08-26 Thread Alan Bourke
Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NET COM-visible DLL which uses a third party library to place the relevant hyperlink onto an already-created PDF file. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___

Re: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
Thanks. I will look into those options. I also considered having a placeholder URL and then postprocessing the PDF file as hyperlinks seem to be plain text inside them. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: Pr

AW: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Jürgen Wondzinski
ugust 2022 17:45 An: profoxt...@leafe.com Betreff: Creating a hyperlink on a PDF via XFRX. I'm reporting to PDF using XFRX. I need to create a hyperlink to an internet URL. The method XFRX uses for this is via a string in the Comments field of a report expression, so for example if I ad

RE: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Richard Kaye
hyperlink on a PDF via XFRX. I'm reporting to PDF using XFRX. I need to create a hyperlink to an internet URL. The method XFRX uses for this is via a string in the Comments field of a report expression, so for example if I add a report expression with value = "Click Here" and

Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
I'm reporting to PDF using XFRX. I need to create a hyperlink to an internet URL. The method XFRX uses for this is via a string in the Comments field of a report expression, so for example if I add a report expression with value = "Click Here" and put this in the comments: #UR A HREF="https: