Report Workshop 1.5: Zeos Library, localization

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Report Workshop 1.5: Zeos Library, localization

Post 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
Last edited by Sergey Tkachenko on Sun Nov 13, 2016 2:13 pm, edited 1 time in total.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply