Wrapper v1.15 for ReportBuilder 9-14
Posted: Tue Nov 06, 2012 2:14 pm
Wrapper v1.15 for ReportBuilder 9-14
Requires TRichView 14.0+
This wrapper allows using TRichView as objects in ReportBuilder reports.
ReportBuilder web site: www.digital-metaphors.com
The wrapper implements two report objects: ppRichView and ppDBRichView.
http://www.trichview.com/resources/repo ... uilder.zip
new: TppDBRichView.OnGetText event, similar to the event of standard RB text and rich text objects. This event is called after loading from a database. It has RTF string as a parameter. You can modify this RTF, and it will be loaded back. This method can be used for field replacement, however, I recommend using OnLoadDocument and working with ppDBRichView.RichView content directly, using one of the methods shown in http://www.trichview.com/forums/viewtopic.php?t=8
new: KeepTogether property (and the corresponding popup menu item).
If both Stretch and KeepTogether = True, and there is not enough space on the page to display the object completely, it is moved to the next page.
impr: new toolbar icons
fix: document must not be stored in DFM for ppDBRichView.
Previous version
http://www.trichview.com/forums/viewtopic.php?t=5048
Requires TRichView 14.0+
This wrapper allows using TRichView as objects in ReportBuilder reports.
ReportBuilder web site: www.digital-metaphors.com
The wrapper implements two report objects: ppRichView and ppDBRichView.
http://www.trichview.com/resources/repo ... uilder.zip
new: TppDBRichView.OnGetText event, similar to the event of standard RB text and rich text objects. This event is called after loading from a database. It has RTF string as a parameter. You can modify this RTF, and it will be loaded back. This method can be used for field replacement, however, I recommend using OnLoadDocument and working with ppDBRichView.RichView content directly, using one of the methods shown in http://www.trichview.com/forums/viewtopic.php?t=8
new: KeepTogether property (and the corresponding popup menu item).
If both Stretch and KeepTogether = True, and there is not enough space on the page to display the object completely, it is moved to the next page.
impr: new toolbar icons
fix: document must not be stored in DFM for ppDBRichView.
Previous version
http://www.trichview.com/forums/viewtopic.php?t=5048