Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing tooltip on grid
Message
From
05/11/2001 11:40:40
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
05/11/2001 07:05:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00577316
Message ID:
00577411
Views:
27
Only one catch with this technique...you have to move the record pointer in the grid to fire the AfterRowColChange event. Thus, the default behavior of a tooltip is not maintained i.e. an object should not require getting focus in order to show its tooltip.

>Hi Ashish
>
>Try this -
>
>In the AfterRowColChange event :
>
>
>
>Procedure AfterRowColChange
>LPARAMETERS nColIndex
>
>If !ThisForm.ShowTips
>   ThisForm.ShowTips = .T.
>EndIf
>
>With This.Columns(1).Controls(2)				
>   .ToolTipText = .Value	&& your desire tool tips
>EndWith
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform