Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print HTML File from VFP ?
Message
From
20/12/2001 10:46:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00576547
Message ID:
00596793
Views:
155
lpdummy = 0
oie=CREATEOBJECT("InternetExplorer.application")
oie.navigate("http://www.microsoft.com")
DO WHILE .T.
IF oie.readystate = 4
DO WHILE .T.
IF oie.DOCUMENT.readystate = "complete"
oie.VISIBLE=.T. && or .F.
lpdummy=1
oie.execwb(6,2,0,0)
EXIT
ENDIF
IF lnstartseconds=lntimeout
=MESSAGEBOX("Cannot open the page","FOX")
lpdummy=1
EXIT
ENDIF
ENDDO
ENDIF
IF lpdummy=1
EXIT
ENDIF
ENDDO
oie.exit
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform