Page 1 of 1

Displaying HTML with ReportBuilder

Posted: Thu Nov 07, 2013 4:36 pm
by Faber
I am trying to use the TRichView wrapper for RB to display HTML from a database field and I am not having much luck.

Is it possible to display HTML using TRichView and the RB wrapper?

Posted: Sat Nov 09, 2013 1:31 pm
by Sergey Tkachenko
HTML support is possible with use of TrvHtmlImporter component.
This component does not support CSS, but it can load a basic HTML.

To activate support, open ppRichView.pas and remove the dot from the line
{.$DEFINE RV_USE_HTML}