Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to open PDF or JPG files from VFP
Message
De
05/10/2006 10:18:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01159353
Message ID:
01159689
Vues:
16
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform