Page 1 of 1

Text Wrapping / Multi-line Text

Posted: Tue Jul 28, 2015 12:29 pm
by vario
I have a long text field I want to print as multi-line in a (box-shaped) field on a report. I have tried using "Minimum / Maximum Rows" property of report field but doesn't have the desired effect. Is there a way to do this easily(i.e print a 256 character string as 4x64 lines on a report without using SQL to split the string into 4) ?

Re: Text Wrapping / Multi-line Text

Posted: Wed Jul 29, 2015 2:39 am
by admin
vario,

Try making the size of the box the height you wish 1 line to be...
rep2.PNG
rep1.PNG
Steven

Re: Text Wrapping / Multi-line Text

Posted: Wed Jul 29, 2015 2:01 pm
by vario
Thanks very much. Just what I wanted!

Re: Text Wrapping / Multi-line Text

Posted: Thu Jul 30, 2015 4:30 am
by admin
Cool!