Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tool tip showing variable??
Message
De
31/05/2005 13:03:02
 
 
À
31/05/2005 08:53:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01018661
Message ID:
01018763
Vues:
9
>I have a grid with rows showing 12 monthly budget figures. I want the tool tip to show the percentages stored in a field in the same reord. And it doesn't work
>I tried
>=tran(ccPrint.Percntage1)+[ %]
>=(tran(ccPrint.Percntage1)+[ %])
>tran(ccPrint.Percntage1)+[ %]
>
>
>None shows something like 5.25 %
>
>How can that be done?
>
>Peter

Subclass the grid cell control ( textbox or other )
* on the TextBox subclass

PROCEDURE ToolTipText_Access
return eval(m.This.ToolTipText)

*on the gridTextBox set ToolTip property to
*tran(ccPrint.Percntage1)+[ %]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform