Page 1 of 1

Report Workshop 1.2 - ScaleRichView, MicroOLAP demos

Posted: Wed Sep 28, 2016 2:13 pm
by Sergey Tkachenko
We updated Report Workshop to version 1.2

In this update, we concentrated on ScaleRichView + Report Workshop integration.
A new demo is available in ReportWorkshop\Demos\FireDAC\ScaleRichViewReportEditor\
It is a copy of the normal FireDAC report editor demo, but it uses ScaleRichView instead of TRichViewEdit.
It processes not only the main document, but also all headers and footers.
This demo can load report templates from Demos\Reports\, but we added copies of these reports in Demos\ReportsScaleRichView\, with page information set.

Note: ScaleRichView demo is available only for FireDAC.
However, all database-specific features are implemented in a special datamodule.
We have demo datamodules:
- ReportDataFD.pas for FireDAC
- ReportDataIBX.pas for InterBase Express
- ReportDataNx.pas for NexusDB
- ReportDataMySQL for MicroOLAP's DAC for MySQL
- ReportDataPSQL for MicroOLAP's PostgresDAC
(more will be available soon)
If you replace the datamodule (both in the project and in the "uses" of the main form), you can use another database components without making changes in source code.

Additionally, we added report editor demos for MicroOLAPs DACs. They can be found in ReportWorkshop\Demos\MicroOLAP folder.
Web site: http://www.microolap.com

Trial versions are updated on http://www.trichview.com/download/

Compiled demos are included in TRichView set of demos: http://www.trichview.com/download/demo.html
Or you can download them separately:
http://www.trichview.com/rvfiles/report ... p-demo.zip

Previous version
http://www.trichview.com/forums/viewtopic.php?t=7722

Posted: Wed Sep 28, 2016 2:19 pm
by Sergey Tkachenko
Screenshots

ScaleRichView demo:
Image

Demo using MicroOLAP's DAC for MySQL:
Image
Image