Problems exporting DBRichText to RTF
Hi,
I've made a Report with a DBRichText on it, I've saved it in a
RTF file executing the following steps:
ppReport1.AllowPrintToFile := True;
ppReport1.Template.Filename := 'ReportName.General';
ppReport1.Template.LoadFromFile;
ppReport1.TextFileName := 'FileName.rtf';
ppReport1.DeviceType:='RTFFile';
ppReport1.Print;
where ppReport1 is a TppReport component.
Finally, I recover the 'FileName.rtf' file in a TRxRichEdit, but the
text from the DBRichText is not present.
How can i export a text from a DBRichText Saved in an RTF file?
I'm using RBuilder Enterprise 6.03
Thanks for all
I've made a Report with a DBRichText on it, I've saved it in a
RTF file executing the following steps:
ppReport1.AllowPrintToFile := True;
ppReport1.Template.Filename := 'ReportName.General';
ppReport1.Template.LoadFromFile;
ppReport1.TextFileName := 'FileName.rtf';
ppReport1.DeviceType:='RTFFile';
ppReport1.Print;
where ppReport1 is a TppReport component.
Finally, I recover the 'FileName.rtf' file in a TRxRichEdit, but the
text from the DBRichText is not present.
How can i export a text from a DBRichText Saved in an RTF file?
I'm using RBuilder Enterprise 6.03
Thanks for all
This discussion has been closed.
Comments
DBRichText.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com