Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Tool Tip
Message
 
To
17/04/2000 13:56:22
Bob Smith
Custom Data Services, Inc.
Mansfield, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00360516
Message ID:
00360559
Views:
9
>Is there a way to change the tool tip text for a cell in a grid as the user is moving down through the records of the grid.
>I assigned a method to the tooltiptext and returned a text value
>but nothing happened.

Bob, you can try this in grid.AfterRowColChange() event
this.columns(this.activecolumn).text1.tooltiptext = "Record No = "+ alltri(str(recno()))

In this sample ToolTipText will show the current record number.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform