Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to close a _webform?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How to close a _webform?
Miscellaneous
Thread ID:
00707368
Message ID:
00707368
Views:
46
Hi, The following brings up yahoo.com in a _webform. but, how can I
programmtically close this form out?
Thanks
Steve

release oie
oie=NEWOBJECT("_webform",HOME()+"\gallery\_webview")
myUrl = "http://www.yahoo.com"
*myUrl = "https://secure.mrstock.com/member/login.jsp"
oie.olewebBROWSER.Navigate2(myUrl)
do while oie.olewebBrowser.Busy
wait wind "Please wait... Internet Explorer is busy" time 1
enddo
do while lower(oie.olewebBrowser.Document.ReadyState) <> "complete"
wait wind "Please wait...while page downloads " time 1
enddo
release oie
&&& now close the form ?????
Next
Reply
Map
View

Click here to load this message in the networking platform