Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge two textboxes' content
Message
From
19/10/2004 05:30:04
 
 
To
19/10/2004 05:12:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00952512
Message ID:
00952545
Views:
6
Oh, I'm with you Tore. It's just that you CAN do it - not that I would. Would be useful though for, say, displaying a whole address (one you're sure won't go any bigger than the text box, but I think even then you can move to end if not visible in size of box)

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

Click here to load this message in the networking platform