Table colors formatting lost in TfrxRichView ?
FastReport 4.5, Delphi 2007
Loading a RTF file into frxRichView control like this:
When report is previewed, tables fill colors are lost !!!
RTF file in Word :
In report preview:
Is there any workaround for this?
Regards,
ND
Loading a RTF file into frxRichView control like this:
tfrxRichView(form1.frxReport1.FindObject('rich1')).RichEdit.Lines.LoadFromFile('c:\myfile.rtf' );
if form1.frxReport1.preparereport then
form1.frxReport1.ShowpreparedReport;
When report is previewed, tables fill colors are lost !!!
RTF file in Word :
In report preview:
Is there any workaround for this?
Regards,
ND