Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tooltips
Message
De
16/09/2005 12:56:47
 
 
À
16/09/2005 12:19:20
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01050316
Message ID:
01050368
Vues:
19
Thanks for the help Mike. So far no luck. The result I get is what is in the quotes - exactly This: ="Estimated next event date " + TRANSFORM(DMY(thenextdate))

I pushed it around a bit, removing the transform and then the dmy byt the result was always what was in the outer quotes.

Grady


The tooltip text property normally contains a static value. You want to put in an expression!

To do that prefix the expression with an equal sign.

.ToolTipText = '="Estimated next event date " + TRANSFORM(DMY(thenextdate))'

You have to be very sure that thenextdate is a variable or field in scope.

>The code below is self explanitory, but it isn't working. I have also tried it without the dmy.
>
>.ToolTipText = "Estimated next event date " + TRANSFORM(DMY(thenextdate))
>
>I have tried several ways to accomplish this. Is it possible to do this with a tooltip? If it is, then how do I code it?
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform