Search found 3 matches

by Hackman
Mon Dec 29 2003
Forum: Visual FoxPro Community
Topic: How do I insert hyperlinks into PDF created from VFP report.
Replies: 5
Views: 15526

Thanks for the reply, Jose. However, the SetHyperlink() function IS in version 1.59B. It is listed as one of the available methods in Intellisense and I can call the function (albeit unsuccesfully). What I do need to know is how to successfully call this function. Specifically, how, from VFP, do I p...
by Hackman
Wed Dec 24 2003
Forum: Visual FoxPro Community
Topic: How do I insert hyperlinks into PDF created from VFP report.
Replies: 5
Views: 15526

Thanks for the reply, Joan. I have upgraded the driver to version 1.59B. One of my original questions was what exactly is Printer.hDC and how and where is the Printer object created? I did try supplying the PDF printer name as the first parameter to SetHyperlink() and got an "OLE error code 0x8...
by Hackman
Mon Dec 22 2003
Forum: Visual FoxPro Community
Topic: How do I insert hyperlinks into PDF created from VFP report.
Replies: 5
Views: 15526

How do I insert hyperlinks into PDF created from VFP report.

I have been successfully creating PDF files from my VFP 7 reports using version 1.58 of the ActiveX control. I now have the need to insert external hyperlinks into one of my reports. I first thought that I should use SetHyperlink to insert the hyperlinks but have been unsuccessful. I suspect the pro...