Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status bar shows on client browser
Message
 
To
05/06/2001 20:22:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00515444
Message ID:
00515522
Views:
11
Don't forget the NOCLOSE clause of the WAIT command.

>>Hello all,
>> Is there a way to show the "wait window ..." on the client browser ??? I want to display a message to user while my application continue to process.
>> Your reply is greatly appreciated.
>>
>>Mike Nguyen
>
>Can you be more specific as to what the environment is? What 'client browser'? What framework? etc. I can't help as I don't understand the question. If you mean in VFP, it's as easy as issuing:
>
>WAIT WINDOW "Please wait..." NOWAIT AT X,Y
>
>where X,Y are the screen coordinates to display the wait window at. Then just issue WAIT CLEAR when you're done. Of course, in this example if the user presses a key (even the SHIFT key) the wait window closes. If that's a problem, you could create a top-level window and then close/destroy it when your task is done.
>
>-Arne


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform