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

Problems exporting DBRichText to RTF

edited April 2002 in General
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

Comments

This discussion has been closed.