Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading PDF files in VFP
Message
De
28/04/2001 10:19:51
Jack Liebschutz
Black Mountain Software
Polson, Montana, États-Unis
 
 
À
27/04/2001 09:53:12
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00500641
Message ID:
00501233
Vues:
26
>I want to create an app which reads PDF files.
>
>I haven't been able to figure out a CREATEOBJECT() command that works.
>
>Once I create the object, what is the command to open a file?
>
>Thanks, Martin

I shell to explorer with the file name and let explorer read it:

oshellexecute = newobject("_shellexecute","_environ.vcx")
oshellexecute.shellexecute("Explorer pdffilename.pdf")

Jack
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform