Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate
Message
From
11/03/2014 17:26:21
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01596177
Message ID:
01596178
Views:
54
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
Previous
Reply
Map
View

Click here to load this message in the networking platform