Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make the weird messages on my statusbar dissape
Message
De
02/12/1998 07:15:27
 
 
À
02/12/1998 07:00:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00163134
Message ID:
00163142
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform