Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading PDF files in VFP
Message
From
28/04/2001 10:19:51
 
 
To
27/04/2001 09:53:12
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00500641
Message ID:
00501233
Views:
32
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform