Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open PDF or JPG files from VFP
Message
From
05/10/2006 10:18:37
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159353
Message ID:
01159689
Views:
15
Hi!

You could also try this one:
With CreateObject("Wscript.Shell")
    .Run("c:\temp\image1.jpg")  && or any other file
EndWith
HTH

>Hello,
>
>I know where PDF and jpeg files are located.
>
>I need to run external program which is registered on the computer to open PDF/JPEG files from Visual FoxPro. How to do that?
>
>Something related with ShellExecute?
>
>Thanks in advance/.
robert.oh.
Previous
Reply
Map
View

Click here to load this message in the networking platform