Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a temporary status type window(form)
Message
De
31/08/2004 04:21:32
 
 
À
30/08/2004 17:24:35
Jim Foderaro
Insurance Rating Systems, Inc.
Universal City, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00937838
Message ID:
00937913
Vues:
6
Hi,

>>
I am converting an old FPD26 application over to VFP and I need a way to display a "status" type window while I am doing something in the background. For example, I have a form and the user clicks OK and the Click event calls a .prg where I do some SQL to build a temporary cursor which will populate a grid or report, etc. What I want is a window to pop up telling the user that the "Build is in progress. Please Wait" or some such message and when the cursor is built I take the message away. In FPD26 I did this with a Define Window, Activate Window, Release Window. I want the window to be modal and I don't want and controls on the window (form) except for labels (messages). Also, I don't want to use the system "wait" command. Any ideas on how to accomplish this?
>>

One simple way: Design a form that shows the message you want etc.. then
DO FORM MsgForm NAME Fred LINKED
SELECT.......
Fred = .NULL.
PS If this is to wrap just a single SQL statement then I don't think you can get a thermometer control to update..
Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform