Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge two textboxes' content
Message
From
19/10/2004 05:12:39
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00952512
Message ID:
00952541
Views:
6
Maybe it's my memory doing tricks on me, because I did not remeber that you can. However, I still think an editbox is the right object for this purpose. But you may have other preferences. That's one of the cool features with VFP, there are usually more ways to get the same result.

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform