I have a report that have a field that may contain newline (a remarks/description field).
I've tried previewing the report via Crystal Reports XI, looks good.
I've tried exporting to PDF and RTF via Crystal Reports XI, looks good.
I've tried exporting to PDF via JRC, looks good.
I've tried exporting to RTF via JRC and I noticed extra newline and text display being truncated.
By text display being truncated, I mean:
Field in DB contains:
I have two hands The left and the right Hold them up high so clean and bright
RTF file exported via JRC will have a text frame for the said field that seemingly displays (not contains) the following:
I have two hands The left and the right
The next line is not displayed but is actually inside the frame (can be viewed by extending the frame's height).
Is there any way to correct this behavior (at the very least, removing the extra newlines)? I've tried modifying the query to remove either of the field's char(13) or char(10). Removing either still produces the same result, removing both removes all newlines (that result is still unacceptable).
As for the version of the JRC, I am not that sure about it (based on file details, it was way back in Sept. 2007).