Page 1 of 1

TRichView 17.6 - RAD Studio 10.3 Rio, ElevateDB demo

Posted: Sat Dec 01, 2018 2:29 pm
by Sergey Tkachenko
TRichView 17.6, ScaleRichView 8.5, ReportWorkshop 1.10 have been uploaded.

Trial versions can be downloaded here: https://www.trichview.com/download/

This update is compatible with Delphi and C++Builder 10.3.
We plan to add support of new features of Delphi 10.3, so a new release is expected soon.

Previous version:
https://www.trichview.com/forums/viewto ... f=6&t=9313

Report Workshop 1.10 - time intervals, ElevateDB

Posted: Sat Dec 01, 2018 2:32 pm
by Sergey Tkachenko
New in ReportWorkshop 1.10

New data field types are added: minutes, seconds, mseconds. They can be used to represent integer values containing time intervals (in minutes, seconds, or milliseconds) as time values.
For example, if the value "Length" contains 65, {Length seconds "nn:ss"} displays "01:05"

A new demo is added: report editor for ElevateDB. It is in <TRichView Dir>\ReportWorkshop\Demos\ElevateDB\. You can open any ElevateDB database and create reports for it. The demo asks to select an ElevateDB configuration file, then allows to choose a database from the list of databases read from this configuration file (if it contains only one database, it is chosen automatically). For some databases, you may need to change options (such as encoding or file extensions) in other pages of the login dialog.

Sample reports for CDCollector database (included in ElevateDB demos) are placed in <TRichView Dir>\ReportWorkshop\Demos\Reports\ElevateDB\

CDCollector.png
CDCollector.png (128.15 KiB) Viewed 38401 times
ElevateDB ReportEditor demo: albums x genres crosstab report
Thanks to Elevate Software for cooperation

Re: TRichView 17.6 - RAD Studio 10.3 Rio, ElevateDB demo

Posted: Mon Dec 03, 2018 11:33 am
by Sergey Tkachenko
Report Editor for ElevateDB: https://www.trichview.com/rvfiles/repor ... vatedb.zip

While this is just a compiled demo, this is also a freeware application that can be useful for any user of ElevateDB.

ElevateDB reports

Posted: Tue Dec 04, 2018 1:32 pm
by Sergey Tkachenko
Some more screenshot of Report Workshop report editor for ElevateDB, using CDCollector demo. You can find these reports in "Reports\ElevateDB" folder of Report Workshop demos.
You can see the new feature: the field "Length" was defined in SQL as INTERVAL field and stores track length in milliseconds. We display it as a time.
Albums.rw report designer and report result
ElevateDB-Albums-Design.png
ElevateDB-Albums-Design.png (35.41 KiB) Viewed 38165 times
ElevateDB-Albums-Report.png
ElevateDB-Albums-Report.png (130.53 KiB) Viewed 38165 times
Tracks.rw report designer and report result
ElevateDB-Tracks-Design.png
ElevateDB-Tracks-Design.png (33.71 KiB) Viewed 38165 times
ElevateDB-Tracks-Report.png
ElevateDB-Tracks-Report.png (44.98 KiB) Viewed 38165 times

TRichView Setup 17.6.1

Posted: Sat Dec 08, 2018 2:32 pm
by Sergey Tkachenko
We updated the installer to version 17.6.1.

It still contains TRichView 17.6, but TRichView + DevExpress packages were changed, to support DevExpress VCL v18.2.2 (Released on 06 Dec 2018).
The following packages are affected:
1) TRichView editor for cxGrid
2) parser for ExpressSpellChecker
3) ExpressSkins for ScaleRichView

TRichView Setup 17.6.2 - RVQRControls

Posted: Wed Dec 12, 2018 9:31 am
by Sergey Tkachenko
We updated the installer to version 17.6.2.

It still contains TRichView 17.6, only additional components were changed.

1) RVQRControls 3.0.2 are included in the Setup (previously, they were available as a separate download).
They are installed automatically if QuickReport 6 is already installed. If you are interested in packages for older versions of QuickReport, let me know.
RVQRControls include TRichView components for use in QuickReport.
Developed by Henk van Bokhorst.
The code, including demos, are in <TRichView Dir>\ThirdParty\QuickReport\

2) DevExpress data provider for ReportWorkshop was updated to support DevExpress VCL v18.2.2 (Released on 06 Dec 2018)
TRVReportDxMemDataProvider data provider allows building master-detail reports using TdxMemData datasets.