Page 1 of 1

TDBRichViewEdit and FastReport

Posted: Mon Apr 05, 2021 5:32 pm
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

Re: TDBRichViewEdit and FastReport

Posted: Mon Apr 05, 2021 6:43 pm
by Sergey Tkachenko
Did you set DBRichViewEdit.FieldFormat = rvdbRTF?
The default saving format of DBRichViewEdit is RVF, FastReport cannot read it.