Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extracting HTML from Web Browser control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00573402
Message ID:
00573431
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform