Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Larger font in Wait Window?
Message
De
30/03/2001 11:21:28
 
 
À
29/03/2001 15:14:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00490046
Message ID:
00490346
Vues:
9
Hi Randy,

I like wait windows too. So while we don't get any better solution, I've been using the two procedures (below) spread in my programs. When I find better code to replace, I'll not have to change my programs, just what's inside the procedures.

Procedure SendMessage
LParameters pMessage
Wait Window noWait noClear pMessage
Set Message To Space (1) + pMessage
DoEvents
EndProc

Procedure ClearMessage
Wait Clear
Set Message To " any suitable text when doing nothing "
DoEvents
EndProc

Hope you find what you're asked, Fernando
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform