Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling dynamic tooltip in grid
Message
From
30/03/2007 15:56:44
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01210553
Message ID:
01210562
Views:
10
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform