Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Navigate
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01596177
Message ID:
01596177
Vues:
57
Hi

If I go directly by link

http://www.correios.com.br/servicos/falecomoscorreios/default.cfm

It is ok.

But if I use the code below, I noticed that

some combox in the page are empty.
loIE.Navigate("http://www.correios.com.br/servicos/falecomoscorreios/default.cfm")
* Wait for load to complete
lnSeconds = SECONDS()
DO WHILE (loIE.Busy OR loIE.ReadyState <> 4 );
		AND (SECONDS() - lnSeconds) < lnLoadTimeout
	DOEVENTS
ENDDO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform