Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Magnify Data
Message
From
28/02/2003 12:52:21
 
 
To
28/02/2003 12:26:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00759492
Message ID:
00759515
Views:
20
If you want to show the ToolTips text, toggle to Form.ShowTips property to .T., and populate the propert ToolTipText of the control.
*&  Example
*&
*&  Form's ShowTips property
Form1.ShowTips = .F.

*&  Control that has tooltip text
TextBox1.ToolTipText = "Some tips here"
hth.

>I have a form that has a lot of data pertaining to a record. Due to space some of the text boxes are small and hard to read. Normally these text boxes are just along for the ride. However, occasonally someone needs the info. Those with crisp monitors and keen eyes can read the data okay. But us with less than perfect eyesight have trouble. I want to use a ToolTip technique to temporarilly enlarge the text/data when necessary. Any ideas?
Previous
Reply
Map
View

Click here to load this message in the networking platform