Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE odd error
Message
 
 
To
23/01/2000 23:19:53
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00321478
Message ID:
00321534
Views:
23
Erik,

>Does polling IE.ReadyState <> 4 make a difference?

I'll give it a try. Right now I can have two lines of code fail, then retry and it works! So it's clear to me that the IE DOM has a couple of faults. For example:

loDoc = thisform.oBrowser.Document.Frames(3).Document
=Sleep( 1000 )

lcMap = lower( loDoc.Body.InnerHTML )

j = loDoc.Links.Length

Without the Sleep fails, the lcMap memvar does hold the message map content, but Links at times doesn't eval to an object. My wait loop is doing doevents which should be giving IE a chance to do its thing.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform