Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tooltiptext.. not only text
Message
From
02/02/2007 09:06:35
 
 
To
02/02/2007 08:54:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01191741
Message ID:
01191751
Views:
14
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform