Search found 3 matches
- 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...
- Wed Dec 24 2003
- Forum: Visual FoxPro Community
- Topic: How do I insert hyperlinks into PDF created from VFP report.
- Replies: 5
- Views: 15526
- 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...