Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Navigate
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:
01596177
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform