TDBRichViewEdit and FastReport

General TRichView support forum. Please post your questions here
Post Reply
Jmich
Posts: 19
Joined: Mon Apr 30, 2007 10:10 am

TDBRichViewEdit and FastReport

Post by Jmich »

hello forum,

have a problem with fastreport and TdbrichviewEdit.

would like to output the content of DbRichviewEdit from a SQLite database in Fastreport. Since it is a SQL database, the content of DBRichViewEdit is stored in a blob. I can't get any further with the FrxRichview because the content is not displayed. Who has a solution? Or can help?

Thanks in advance Best regards

Jmich
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: TDBRichViewEdit and FastReport

Post by Sergey Tkachenko »

Did you set DBRichViewEdit.FieldFormat = rvdbRTF?
The default saving format of DBRichViewEdit is RVF, FastReport cannot read it.
Post Reply