Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet explorer
Message
From
22/08/2001 15:45:30
 
 
To
22/08/2001 08:46:53
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00547165
Message ID:
00547566
Views:
25
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>Does anyone know the Method to automate IE Object to Print/Print Preview?
>
>Thanks
>Kev

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.somesite.com")
oIE.ExecWb(6,2,0,0) && Goes straight to printer, no prompt

oIE.Visible = .T.
oIE.ExecWb(6,0,0,0) && Shows page, and displays printer prompt
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform