Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing A HTML Document In IE From VFP
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00515813
Message ID:
00515879
Views:
15
Kevin,
It might be simpler to use one of the Internet Foundation Classes (Check your Component Gallery). I use the hyperlink image file to show JPG files within VFP. There are several different classes and you could try them out.

HTH
Barbara

>I am also trying to print a HTML file from Fox code without user intervention. I am using the following code, but the syntax or the third line must be wrong (I got it from a VB example). Can somebody translate this to VFP please?
>
>oIE = CREATEOBJECT("InternetExplorer.Application")
>oIE.Navigate("c:\clients\impamisc\faxhtml1.htm")
>oIE.ExecWB( OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0)
>
>TIA, Kevin
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform