Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tooltip on Column headers
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00548848
Message ID:
00548992
Vues:
8
Thanks Mark. I have'nt got VFP 7 yet but I will consider it for the future.

Regards,

Gerard



>Easier way to do this in VFP 7 is place code in the MouseEnter and MouseLeave method of each header:
>Procedure MouseEnter
>   LPARAMETERS nButton, nShift, nXCoord, nYCoord
>   This.Parent.Parent.ToolTipText = 'Over Col ' ;
>              + TRANSFORM(This.Parent.ColumnOrder)
>endproc
>Procedure MouseLeave
>   LPARAMETERS nButton, nShift, nXCoord, nYCoord
>   This.Parent.Parent.ToolTipText = ''
>endproc
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform