Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying PDF's in VFP
Message
 
 
To
29/03/2010 15:10:55
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01457903
Message ID:
01457905
Views:
115
>This VFP6 app user wants to display PDF'S by clicking a command button on a form.
>I tried Sergey's IE method and it works nicely, but it doesn't give the same capabilities (email, etc) that I get when clicking on the pdf itself.
>The user will want those additional features.
>I like Sergey's method because it doesn't involve an activeX control, which adds to the complexity of the installation.
>Is there some way that I can get that clicked functionality without using an activeX control?

If you're referring to showing PDF in WebBrowser control, then indeed it uses an ActiveX since WebBrowser is an ActiveX control.

If you want to open the file with ShellExecute, then this is the way to go.

Here is the code Open any document FAQ #8134
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform