Mutliline
Dwight Matthys
Hi,How can we put multiline textboxes on our layout? Do we have to use the RTF textbox for this, if so how do we set the font stuff etc?
Kind regards,
Dwight
Philipp Knecht
Hi DwightYou can use MultiLine in TextBox and AdvancedTextbox.
The difference between TextBox and AdvancedTextbox is that the Adv. Textbox can use formatting Tags.
The consequence is that if you wanna use MultiLine on a textbox you have to use the LD.MultiLine(....) - Function which replaces carriage returns with carriage returns plus line feeds.
If you intend to use the AdvancedTextbox you have to use the LD.MultiLineRTF(....) Function which replaces carriage returns with </BR> - Tags
Please use Advancedtext instead of the RTF - Control because RTF cannot break.
hth
Dwight Matthys
Hi,This helped. What do you mean by "RTF cannot break"?
Kind regards,
Dwight
Philipp Knecht
Hi DwightThat means that the RTF Control cannot span multiple pages.
0
Please sign in to leave a comment.
Comments
0 comments