Well.. it won't work **yet**
I knew someone would find this bug sooner or later... kinda actually
figured you would ;)
I think I need to add a property to the fields like rowspan="yes" and
maybe rowspanbreakchar=" ".. so I know what char to wrap it on.. this
should not be too hard for me to do... I'll look into this after I fix
your other 10 bugs you reported today ;)
- Bob
On Thu, 2003-12-04 at 13:31, Everton Luis Berz wrote:
> hi,
> i have a large text (memo) and i want print it on rlib pdf report.
> but what 'break' chars to use in pdf output?
>
> * Example:
> Original text (it's a field value from postgre datasource):
> abcdefg[chr(13)][chr(10)]hijklmnopqr...
>
> TXT output (ok):
> abcdefg
> hijklmnopqr
>
> PDF output (fail):
> abcdefg hijklmnopqr...
>
>
> I need that pdf be like txt, how?
|