You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message