| View previous topic :: View next topic |
| Author |
Message |
SergeyV
Joined: 31 Aug 2004 Posts: 8 Location: Latvia
|
Posted: Mon Jul 04, 2005 4:09 pm Post subject: Multiline in Print Format text field |
|
|
Hi red1 & Co.
Please help me in my problem
I try to insert long text into my report. In result, text is inserted as a single line. How can i change it into multilined text? What option should i use to transform it into multilined text?
Tnx in advance
S.
P.S. This field is a part of the Print Format (Text) - the same text for all agreements. |
|
| Back to top |
|
 |
red1 Site Admin
Joined: 06 Jul 2004 Posts: 1756 Location: Kuala Lumpur, Malaysia
|
Posted: Sat Nov 05, 2005 8:58 am Post subject: |
|
|
The PrintFormat shuld allow multilines cos there is a checkbox to say sumtin like 'print single line only'. Perhaps u need to embed carriage return codes inside. Try putting \n to make it go to new line inside your text.
To do that programmitically is tricky cos it means having a routine inside PrintFormat to count the numberof characters vs the width of the print field and automatically insert the \n code. But this is possible by a java programmer. |
|
| Back to top |
|
 |
|