Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Text Wrapping / Multi-line Text

Locked
vario
Posts: 154
Joined: Mon Dec 05, 2011 12:23 pm
Location: Newton Abbot, UK
Has thanked: 2 times
Been thanked: 1 time

Text Wrapping / Multi-line Text

Unread post 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) ?
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Text Wrapping / Multi-line Text

Unread post by admin »

vario,

Try making the size of the box the height you wish 1 line to be...
rep2.PNG
rep1.PNG
Steven
You do not have the required permissions to view the files attached to this post.
vario
Posts: 154
Joined: Mon Dec 05, 2011 12:23 pm
Location: Newton Abbot, UK
Has thanked: 2 times
Been thanked: 1 time

Re: Text Wrapping / Multi-line Text

Unread post by vario »

Thanks very much. Just what I wanted!
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Text Wrapping / Multi-line Text

Unread post by admin »

Cool!
Locked