Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Webbrowser Control
Message
De
01/07/1999 08:01:03
 
 
À
30/06/1999 23:45:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00236291
Message ID:
00236369
Vues:
14
>>I use _Webbrowser control from VFP framework.
>>I need to execute some code afer Navigation is complete. I have code in NavigateComplete2. It looks like it fires when navigation completed only partially not completely. If I use =INKEY(someseconds) then it works. Please help.
>>Thanks Mark
>
>To run code only after the page has completely finished downloading, use NavigateComplete, not NavigateComplete2. The help (ieref.chm) specifically states that NavigateComplete2 fires as soon as the page starts downloading. It is really to run code after the browser is ure that the name can be resolved and the server is alive and serving.
>
>Alternatively, you can run code outside the control by Checking Document.ReadyState in a loop. As Soon as Document.ReadyState = "complete", your document is finished downloading.
Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform