Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tooltiptext.. not only text
Message
De
02/02/2007 09:06:35
 
 
À
02/02/2007 08:54:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01191741
Message ID:
01191751
Vues:
12
>Hi all,
>I want tooltiptext showing the real field value. Not 'mytable.Name', but 'James'. Is it possible to do that?
>Thanx in advance

There are a couple of ways. Create a simple method to return the name - say ThisForm.GetName(), and then in the tooltip, put =Thisform.GetName()
or simply make the tooltip as =Eval("mytable.name")

I like the first way because I think it's more flexible.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform