Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate
Message
De
11/03/2014 17:26:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
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:
01596178
Vues:
55
Use Navigate2

>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
>
>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform