Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling web control from sending messages
Message
From
27/07/2004 11:12:53
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00928028
Message ID:
00928314
Views:
28
Thanks David, the DocumentComplete event worked fine!

Regards,

Fernando

>Fernando,
>
>That was just a guess, sorry it didn't quite work. I did have success though just now using the DocumentComplete event instead.
>
>Although the message text will be short lived because moving the mouse over the document in the browser will cause the message to change.
>
>To do polling look at the Busy and ReadyState properties. In the loop make sure you issue doevents.
>
>>Hi David, thanks for replying!
>>
>>>Set your message in the NavigateComplete2() method.
>>
>>I did,
>>
>>Procedure oleBrowserWin.NavigateComplete2
>>*         ------------- -----------------
>>          LParameters pDisp, url
>>
>>          Set Message To "This is my message!"
>>EndProc
>>
>>But it still didn't work. What did I make wrong?
>>
>>>Or go into a delay loop polling until the browser control has finished loading the page.
>>
>>How can I do that, how can I know when "the browser control has finished..."?
Previous
Reply
Map
View

Click here to load this message in the networking platform