Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print from Web Browser?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00890449
Message ID:
00890456
Views:
23
Is this what you mean?
oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = .t.
oIE.navigate(....)
.....
oIE.Execwb(6,1)		&&print it, with user prompt
*oIE.Execwb(6,2)		&&print it, withOUT user prompt
*oie.execwb ( 7, 2 , 0 , 0 )  && preview
>I have a form with a Web Browser control and a Print button. What is a easy way to print contentst of the Web Browser window?
>
>TIA
>Dmitry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform