Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adobe in VFP
Message
From
17/10/2001 18:53:54
 
 
To
17/10/2001 18:41:33
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00569961
Message ID:
00569965
Views:
24
This message has been marked as the solution to the initial question of the thread.
>Hello all,
> Has anyone ever used Adobe acrobat reader through VFP?
>Thanks,


Drop the ActiveX web browser control on a form. If the ole control is named 'ie', you can use the navigate method:
thisform.ie.Navigate('file://C:/data/myfile.pdf')
Also, if you get an 'Unspecified error' when running the form, putting a NODEFAULT in the refresh() method of the browser control solves that problem.

Of course the reader needs to be installed on the machine...

HTH,
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform