Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status bar shows on client browser
Message
From
05/06/2001 20:22:52
 
 
To
05/06/2001 17:42:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00515444
Message ID:
00515512
Views:
12
>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
arne@synercom-edi.com "There are no absolutes but this one."
President, synercom/edi - Event Ticketing Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform