Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tool Tip associated with a Grid Header
Message
 
 
To
23/03/2002 14:09:22
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00636466
Message ID:
00636532
Views:
16
>>I would like to get a Tool Tip to come up when the mouse is over a column header in a grid.
>>
>>My PE page allows for a Tool Tip with mouse move over the actual data in the column of the grid but I have no such property for the Column Header of the Grid.
>>
>>I am using VFP 6.0 and possibly this feature is available in VFP 7.0
>>
>>Is is possible to have a Tool Tip associated with a mouse move over a Column Header of a Grid?
>>
>>Mike Smith
>
>Mike:
>
>Place code in the header's MouseMove method.
>
this.parent.parent.tooltiptext = 'What ever you want goes here'
>
>Make sure the grids tootiptext property is set, as well as the form's showtipe property should be true.
>
>- Ravi

See FAQ #8149 by Vlad Grynchyshyn for reliable approach with VFP6 grids (in VFP7 you may experiment with MouseEnter/MouseLeave events of Header).

Also I know, that Vlad was working on the new enhanced version of Fancy Tool-Tip control. Try to contact him directly to learn the situation with this control and the license agreement...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform