H
how to set the textbox to split into two
Hi,
I have the problem on making the a textbox to split into two lines when it
meet right margin. For example, I have the following design
His name is ___<textbox>____.
And, if I enter "Alan Chow" in textbox, the following result will be output.
His name is __Alan Chow___.
That fine, but when the name is very long, says, AAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBB. I would like to have the following result
His name is ___AAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBB___.
That is, the text box split into two lines. But what I got now is:
His name is
__AAAAAAAAAAAAAAAAAAA BBBBB...
Because, the text box cannot split into two lines and the word
"BBBBBBBBBBBBBBBB" is trimmed.
Do you have any suggestion?
Thx in advance.
Alan.
I have the problem on making the a textbox to split into two lines when it
meet right margin. For example, I have the following design
His name is ___<textbox>____.
And, if I enter "Alan Chow" in textbox, the following result will be output.
His name is __Alan Chow___.
That fine, but when the name is very long, says, AAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBB. I would like to have the following result
His name is ___AAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBB___.
That is, the text box split into two lines. But what I got now is:
His name is
__AAAAAAAAAAAAAAAAAAA BBBBB...
Because, the text box cannot split into two lines and the word
"BBBBBBBBBBBBBBBB" is trimmed.
Do you have any suggestion?
Thx in advance.
Alan.