Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status bar shows on client browser
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00515444
Message ID:
00515522
Vues:
12
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform