Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToolTip Text and Word Wrap
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813640
Message ID:
00814775
Views:
15
>I have tried to put both CHR(10) and CHR(13) in the tooltip text. It does not work for me. It just reads them into the tooltip text. For example:
>
>Try +CHR(10)+ This
>
>reads as follows in the tool tip text:
>
>Try +CHR(10)+ This

I think the following should work in the Tooltiptext property:

"Try " + CHR(13) + "This"

Dave :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform