Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge two textboxes' content
Message
From
19/10/2004 05:00:28
 
 
To
19/10/2004 03:40:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00952512
Message ID:
00952538
Views:
9
Not quite true, Tore

Make a textbox double high and use the code:

thisform.mytextbox1.Value = "hello" + CHR(13) + "world"

and you get more trhan 1 line.

Terry

>Then you must use an editbox, a textbox can not display more than one line. Thisform.myEditbox.value=TableName.Name + chr(13)+chr(10) + TableName.Address
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform