Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RtfDevice

edited March 2014 in General
Hi,

Still some problems with the RtfDevice (RbPRo 15.03, Delphi XE4)


1.
With the latest patches there is still an issue with the RtfDevice
concerning memo's when UseTextBoxes = True. The text is wrapped within the
textbox now but empty lines are removed. (TppMemo.RemoveEmptyLines = False).
The linebreaks are replaced by spaces in procedure
TppRTFRendererText.DrawTextBox. Is that required by a limitation in the rtf
format?
But when I manually edit the rtf-file and replace those spaces with \#10
then the empty lines are back.


2.
TppRTFDevice.CancelJob seems to miss the inherited call. I you cancel a job
to a RtfDevice and free the RtfDevice you get an access violation in
TppRTFSettings.GetOpenRTFFile. It gets there because Device.Busy is still
true.


Regards,

Max Paay
Quadrant Software bv.
The Netherlands.

Comments

This discussion has been closed.