Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word wrap in a Editbox
Message
 
À
10/08/2000 14:06:18
Ed Gay
Computer Software Consultants
Bangor, Maine, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00403441
Message ID:
00403554
Vues:
16
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform