Problem with TRVReportHelper and RTF-Files containing tables
Posted: Tue Oct 25, 2005 6:16 pm
I used to open RTF files via TRichViewEdit like this
Everything works fine.
Now trying to do the same with the TRVReportHelper like this
I get an access violation, if the RTF contains any tables. Without tables no problems occure.
What have I got to do? Or is this a bug?
Thank you for any hints.
Code: Select all
RichViewEdit.LoadRTF('C:\Test.rtf');
RichViewEdit.Format;
Now trying to do the same with the TRVReportHelper like this
Code: Select all
RVReportHelper.RichView.LoadRTF('C:\Test.rtf');
RVReportHelper.RichView.Format;
What have I got to do? Or is this a bug?
Thank you for any hints.