Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell.Explorer.2 (create new session)
Message
From
06/07/2010 18:07:43
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01471600
Message ID:
01471615
Views:
43
https://www.labcorp.com/wps/portal/findalab

1 - I have typed my zipcode.

2- got the map.

I clicked on a button that I have on the form
RELEASE webx1

Thisform.RemoveObject("webx1")

*---------- setting class library to frx2any.vcx
cOldClassLib = Set("CLASSLIB")
Set Classlib To "vatp.vcx" Additive

Thisform.AddObject("webx1","webx")

Thisform.webx1.Visible=.T.

Thisform.webx1.registerAsBrowser= .T.

Thisform.webx1.Top=0
Thisform.webx1.Left=0
Thisform.webx1.Height=630
Thisform.webx1.Width=this.Width

Thisform.webx1.Navigate("https://www.labcorp.com/wps/portal/findalab")

*---------- resetting back CLASSLIB
Set Classlib To &cOldClassLib
I remove the old webx1 and I create a new one.

I navigate to that address

and there is the old map ....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform