Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forcing a line break
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00097887
Message ID:
00098145
Views:
28
>>I don't think you can do it.
>>
>>Vlad
>>
>>>Thanks for the FancyToolTip class.
>>>How can I force a line break ? I want to have something like this :
>>>
>>>Record inserted by : José
>>>Insertion date : 05/07/98
>>>
>>>Regards,
>
>Ok, I think that I'll have to insert some spaces between words to force it.
>
>Regards,


How about building the text in pieces, like this:

cTipText = 'Record inserted by: Jose' + CHR(13) + ;
'Insertion date: 05/07/98'

It works for the standard WAIT...WINDOW, maybe it will work for this tool.
I've never used it, but this seems like a good shot.

Dana
Where's the damned Any Key?...too late
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform