Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 SP2 Tooltips for Grid.Columns and Headers removed!!
Message
De
14/12/2007 18:15:13
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01260797
Message ID:
01276053
Vues:
61
Thanks, Andreas for posting this. It works and it sure beats adding more classes to my project. Thanks again! -Mark

>Hi,
>
>There is a simple work around:
>
>Put this code in the MouseMoveEvent of the header or the columns's text box:
>
>IF !EMPTY(THIS.ToolTipText)
> THIS.parent.parent.ToolTipText = THIS.ToolTipText
>ELSE
> THIS.parent.parent.ToolTipText = ""
>ENDIF
>
>In MouseLeave or LostFocus for text boxes put:
>
>THIS.parent.parent.ToolTipText = ""
>
>Andreas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform