Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display field value in tooltip
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01401060
Message ID:
01401098
Vues:
43
>>How do you display a tooltip with the value of the field while mousing over. I have a combo box that contains values that cannot be seen and a user has to select the combobox to see the values. Is there a way to have a tooltip show the value showing in the combobox? I tried setting the tooltip.text value to "this.value" but that only showup as text, not the actual displayed value. Thanks.
>>
>>
>>Nick.
>Put this code in combo MouseMove event
>
>Thisform.combo1.ToolTipText = ALLTRIM(TRANSFORM(thisform.combo1.DisplayValue))
>
Thank you Vladimir, that is exactly what I needed.

Nick
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform