Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Tool Tip
Message
 
À
17/04/2000 13:56:22
Bob Smith
Custom Data Services, Inc.
Mansfield, Massachusetts, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00360516
Message ID:
00360559
Vues:
6
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform