Page 1 of 1

Report Workshop 1.5: Zeos Library, localization

Posted: Sun Nov 06, 2016 11:04 am
by Sergey Tkachenko
We updated Report Workshop to version 1.5

new: User interface localization.

In this version, user interface can be translated to different languages.
This update includes English, Russian and Korean translations, more languages are in development.

new: support for Zeos Library (a set of database components for MySQL, PostgreSQL, InterBase, Firebird, MS SQL, Sybase, Oracle and SQLite).

A new data provider component is available:
Image TRVReportZEOSDSDataProvider. The Setup installs it automatically, if ZEOS Library is already installed.
"DS" in the name of the component means "DataSet". Internally, this data provider uses TZTable and TZQuery components. Probably, in future we implement a data provider that will use native Zeos API without dataset components.

A new demo project is available in ReportWorkshop\Demos\ZEOS\ folder, ReportEditor.
In DelphiUnicode folder, you can find a project for new versions of Delphi (from Delphi 2009 to 10.1 Berlin)
In DelphiOld folder, you can find a project for older versions of Delphi (Delphi 7 and 2007).
They are almost identical, but DelphiUnicode uses beautiful semitransparent toolbar images, while DelphiOld uses classic 16-color images.

new: space characters in names of fields, report variables and row generation rules.
You can use single quotes around names, for example
{'Quarterly Sales'}. If you need to add a single quote in name, duplicate it: {'men''s coats'}

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

Posted: Sun Nov 06, 2016 6:48 pm
by Sergey Tkachenko
New video tutorial: how to create a hypertext table of contents in a report.
https://youtu.be/_I3NfCSZ-uk?list=PLAJh ... B4UxTBmxYc

Posted: Sat Nov 12, 2016 12:57 pm
by Sergey Tkachenko
We updated demo projects for Report Workshop.

New demo: ReportWorkshop\Demos\BDE\ReportEditor\: BDE version of Report Workshop report designer.
In DelphiUnicode folder, you can find a project for new versions of Delphi (from Delphi 2009 to 10.1 Berlin)
In DelphiOld folder, you can find a project for older versions of Delphi (Delphi 5, 6, 7 and 2007).
They are almost identical, but DelphiUnicode uses beautiful semitransparent toolbar images, while DelphiOld uses classic 16-color images.

Posted: Mon Nov 14, 2016 3:50 pm
by Sergey Tkachenko
We updated the compiled demos for ReportWorkshop.
You can download them from http://www.trichview.com/rvfiles/report ... p-demo.zip (zip file)
Or you can download them together with TRichView demo projects: http://www.trichview.com/download/demo.html (installer)

The compiled demo projects include report editors based on:
- FireDAC
- ScaleRichView and FireDAC
- MicroOLAP DAC for MySQL
- MicroOLAP PostgresDAC
- NexusDB
We did not include ZEOS, InterBase Express, BDE versions of the report editor in compiled demos. They are available on request (and of course, you can compile them yourself)

Separate downloads:
http://www.trichview.com/rvfiles/report ... exusdb.zip - report editor for NexusDB
http://www.trichview.com/rvfiles/report ... roolap.zip - report editor for MicroOLAP's DACs.