Wrapper v1.22 for ReportBuilder 9-17 (and 18, and 19)
Posted: Wed Sep 07, 2016 11:59 am
Since version 1.21, the wrapper for ReportBuilder is included in TRichView setup. It is installed automatically, if ReportBuilder 17 is already installed.
new: you can use TrvHtmlViewImporter component to load HTML from DB field in TppDBRichView.
This feature is activated if you remove the dot from {.$DEFINE RV_USE_HTMLVIEW} in ppRichView.pas.
This feature requires Delphi 2009 or newer.
By default, ppDBRichView tries to load RVF, RTF and plain text.
If RV_USE_HTML is defined, it tries to load RVF, RTF and HTML (using TrvHtmlImporter)
If RV_USE_HTMLVIEW is defined, it tries to load RVF, RTF and HTML (using TrvHtmlViewImporter).
By default, ppDBRichView uses a hidden TrvHtmlViewImporter component linked to a hidden THTMLViewer component.
But you can use your own html importer, if you assign it to ppExternalHtmlViewImporter global variable.
Previous version
http://www.trichview.com/forums/viewtopic.php?t=7276
new: you can use TrvHtmlViewImporter component to load HTML from DB field in TppDBRichView.
This feature is activated if you remove the dot from {.$DEFINE RV_USE_HTMLVIEW} in ppRichView.pas.
This feature requires Delphi 2009 or newer.
By default, ppDBRichView tries to load RVF, RTF and plain text.
If RV_USE_HTML is defined, it tries to load RVF, RTF and HTML (using TrvHtmlImporter)
If RV_USE_HTMLVIEW is defined, it tries to load RVF, RTF and HTML (using TrvHtmlViewImporter).
By default, ppDBRichView uses a hidden TrvHtmlViewImporter component linked to a hidden THTMLViewer component.
But you can use your own html importer, if you assign it to ppExternalHtmlViewImporter global variable.
Previous version
http://www.trichview.com/forums/viewtopic.php?t=7276