Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make the weird messages on my statusbar dissape
Message
From
02/12/1998 07:15:27
 
 
To
02/12/1998 07:00:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00163134
Message ID:
00163142
Views:
21
>You might try SET STATUS OFF and SET NOTIFY OFF.
>
>Marcia

I agree with Marcia.
But if you insist on havin the status bar visible, you can set the statusbartext for each control in the baseclass.
You say you can't do it for ActiveX etc.
A good habit is already of subclassing ActiveX controls and don't use them directly. This way you can set the StatusBarText for this control as well.
Oops. Other option. If you create a container class and drop the activeX control on it, your ActiveX is subclassed. Then from within the GotFocus/LostFocus of this container(activeX) class set/reset the status bar message.
Previous
Reply
Map
View

Click here to load this message in the networking platform