Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing HTML in VFP6
Message
From
01/12/1999 13:12:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00297280
Message ID:
00297412
Views:
26
>Does anyone know of an easy way to print an html page from within VFP6?

The only way I know is to automate IE to do it for you...

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("myhtml.htm")
DO WHILE oIE.ReadyState <> 4
ENDDO
oIE.ExecWB(6,10,0,0)
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform