Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Tool Tip for combobox
Message
 
 
To
05/10/2005 20:28:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056106
Message ID:
01056557
Views:
32
>>>Is it possible to set a different tool tip text for each element of combobox according selected option by the user?
>>What do you mean?
>>Each Item has its own Tooltip, or when the user selects an item then the Tooltip of the combo changes.
>>If you want the second:
>>In InterActiveChange Event of the combo put:
>>
>>this.ToolTipText = [whatever you want]
>>
>
>In the second case. How to set tooltiptext based on column table name. I have tried these: tablename.field, &tablename.field. The content of tablename.field is not showed
>
>In the first case. Is it possible to do?

Try
evaluate(tablename.field)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform