Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell.Explorer.2 (create new session)
Message
De
06/07/2010 18:07:43
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01471600
Message ID:
01471615
Vues:
41
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 ....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform