Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Larger font in Wait Window?
Message
From
30/03/2001 11:21:28
 
 
To
29/03/2001 15:14:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00490046
Message ID:
00490346
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform