Multiple lines per row with Onform report?

28 views
Skip to first unread message

mpower

unread,
Apr 9, 2012, 10:33:44 PM4/9/12
to DesignBais-Forum
I'm working on an onform reports that needs to have multiple lines per
row. Basically, I have a summary text that may consume 2 to 5 lines,
but the onform reports are not allowing me to wrap text. I've been
messing with css with little success. Any thoughts or examples?

Sue

unread,
Apr 10, 2012, 3:45:44 AM4/10/12
to DesignBais-Forum
You can add white-space:normal to your output attr:
OUTPUT.ATTR(PROCESS.REPORT.NUMBER)<-1> = "~|font-weight:bold~|white-
space:normal"

Jim Laner

unread,
Apr 10, 2012, 1:00:03 PM4/10/12
to designba...@googlegroups.com
Unless I'm misunderstanding the question, how about:

{text that appears in cell} = "line 1 of info<br>line2 of info<br>,,,,,,,,<br>line x of info"
 
I use this construct all the time and it works fine for me.

HTH 

- Jim

mpower

unread,
Apr 10, 2012, 9:22:23 PM4/10/12
to designba...@googlegroups.com
The "white-space:normal" resolved my issue.  

Thanks
Reply all
Reply to author
Forward
0 new messages