RTF export not working?
(repeat of an earlier post as no replies to earlier subject line)
My report has one data band containing a single memo, aligned to width, GapX = 0, stretch mode Actual height, databand stretched = true
Page margins make the memo about 15cm wide, the size required by the printing company we send the RTF file to for publishing.
When run, the Fast-Report correctly shows a long string in each memo that usually wraps over two or three lines.
Doing a pdf export of the report is identical, as it should be.
However doing a RTF export (wysiwyg = true, autosize = false) seems to make the memo box very slightly wider, by about 0.1 mm. That's enough to make some of the text that wraps to three lines in the report, need only two lines in the RTF as it can fit an extra word into the top line. This then gives me a blank third line in the RTF and spoils the layout for the publisher.
eg the report might show
but the RTF shows
which spoils it for the printer.
How can I make the RTF show exactly what the report is showing?
BTW I note that it also turns it into a table, which might not be appropiate. Maybe the table borders have something to do with this?
My report has one data band containing a single memo, aligned to width, GapX = 0, stretch mode Actual height, databand stretched = true
Page margins make the memo about 15cm wide, the size required by the printing company we send the RTF file to for publishing.
When run, the Fast-Report correctly shows a long string in each memo that usually wraps over two or three lines.
Doing a pdf export of the report is identical, as it should be.
However doing a RTF export (wysiwyg = true, autosize = false) seems to make the memo box very slightly wider, by about 0.1 mm. That's enough to make some of the text that wraps to three lines in the report, need only two lines in the RTF as it can fit an extra word into the top line. This then gives me a blank third line in the RTF and spoils the layout for the publisher.
eg the report might show
The quick brown fox jumps
over the lazy dog in the
afternoon.
but the RTF shows
The quick brown fox jumps over
the lazy dog in the afternoon.
<blank line>
which spoils it for the printer.
How can I make the RTF show exactly what the report is showing?
BTW I note that it also turns it into a table, which might not be appropiate. Maybe the table borders have something to do with this?