Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a Variable in ToolTipText
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00189359
Message ID:
00189434
Views:
9
If you need it more dynamic, you could use the mouseover event to set this.tooltiptext
This would be evaluated each time you moved over the control.,
>Hi Paul,
>
>I am assuming that the form property that you've assigned the tooltiptext value is "MyToolTipText" and it contains the tip you want displayed
>
>*-- Form object
>THISFORM.ShowTips = .T.
>THISFORM.MyToolTipText = "This is my Tip of the Day"
>
>*-- Command.Init
>THIS.ToolTipText = THISFORM.MyToolTipText
Previous
Reply
Map
View

Click here to load this message in the networking platform