Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling dynamic tooltip in grid
Message
De
30/03/2007 15:56:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
01210553
Message ID:
01210562
Vues:
11
>>I have a grid displaying currency in a column where the control for the column has an input mask of "$ 999.99".
>>
>>When you hover the mouse over any of the rows for that column, VFP is displaying a tooltip of "900.000" (e.g. for a row that shows $900.00).
>>
>>How can I disable this tooltip from showing up?
>
>To expand on Ed's idea you may want to do it in this column MouseEnter/MouseLeave events (restore in MouseLeave). I'm not 100% certain these two are the only methods you have to worry about.

Grid.MouseLeave/Enter would be safer; though imo using Round(,2) for column.controlsource could resolve it in essense.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform