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:
00189370
Views:
10
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
Juan L. Romero
gcandela@javanet.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform