Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting HTML from Web Browser control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00573402
Message ID:
00573431
Views:
27
This message has been marked as a message which has helped to the initial question of the thread.
>
>Hmmm...it still can't find the DOCUMENT member. I'm firing this DO WHILE in the Init() of the form, right after the Navigate() method that sets the URL (I know it's a good URL, since it's our company's own site).
>
>If I suspend, wait a few seconds, and then RESUME, it works like a champ.
>
>I'm thinking an old-fashioned "timing loop" is called for here...any other more OOP-y ideas? (bg)

This seems to work:
Do While Type("This.WebControl1.Document.Readystate")="U"
Enddo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform