Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Through IE
Message
From
10/08/2000 20:34:16
 
 
To
10/08/2000 19:43:50
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00403733
Message ID:
00403737
Views:
11
>Is there away to print a web site through fox pro without opening the page in your brower and clicking print? I know how to open a page using the shellexecute() commands but if I use print instead of open, the page doesn't print? Do I have to create an object or something and then call print?

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.mysite.com")
oIE.ExecWB(6,10,0,0)

The Navigate method is async, so you might want to delay the printing untul the page is finished loading. Do a search here on InternetExplorer.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform