Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word wrap in a Editbox
Message
 
To
10/08/2000 14:06:18
Ed Gay
Computer Software Consultants
Bangor, Maine, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00403441
Message ID:
00403554
Views:
15
If you're having extra spaces you don't want, why not use alltrim()?

x = alltrim( a) + " " + alltrim( b)

or

x = alltrim( a) + chr(13) + alltrim( b)

I'm not sure I'm undestanding you correctly...


Alex


>Alex,
>Nope, did that long time ago. The problem (and the example I gave doesn't show this because the Universal thread deletes the extra spaces) is that if the text in the second field is too long for one line it wraps to the begining of the next line right under the title. So it becomes had to see where the title is. Making extra lines doesn't help and is not visually appealing.
>
>Ed
>
>>Hi Ed,
>>
>>Insert one or two chr(13)'s between the two fields when concatenating them.
>>
>>That ought to do.
>>
>>Alex
>>
>>
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform