Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InternetExplorer.application hang
Message
From
02/06/2005 10:47:30
Xiaodong Yan
Better Database Solutions
Spring, Texas, United States
 
 
To
All
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
InternetExplorer.application hang
Miscellaneous
Thread ID:
01019396
Message ID:
01019396
Views:
189
Hi,

I have a piece of codes to update stock price in an Access application,

Set a = CreateObject("InternetExplorer.application")
linkURL = "http://finance.yahoo.com/q/ks?s=" & _
Replace(Trim(txtTickerSymbol.Value), " ", "")
DoCmd.Hourglass 0
a.Navigate ("" & linkURL & "")
Do While a.ReadyState <> 4
Sleep 100
Loop

My problem is, out of 8 users, only 1 occasionally hang on this call. I can release it by going into Windows Task Manager -> Processes and kill the hang IE instance.

Is this an IE issue? They use IE 6 on WinXP Pro.

Thanks,
~Sheldon
Next
Reply
Map
View

Click here to load this message in the networking platform