JADE is an advanced software platform that has an integrated software development environment, a language, an object manager, and a high performance database.


Purpose of the Report Writer Configurator Application

The Report Configurator application is used to create 'views' of the database.

A report is based on a collection or collections defined in a view.

A view restricts the information that is visible to users who design reports.

A view can be the basis for many reports, which are built in a separate Report Writer Designer application.

Creating views is a job for someone who is familiar with the database, which usually means a developer rather than an application end user.

Instructions

In an application developed in JADE, there should be a menu option or other way to start the Report Configurator application.

In the JADE development environment, you can start the Report Configurator application from a JadeScript method written in the ErewhonInvestmentsModelSchema, as shown below.

startReportWriterConfiguration();

vars
    manager : JadeReportWriterManager;
begin
    create manager;
    manager.startReportWriterConfiguration('abc user', JadeReportWriterSecurity);
epilog
    delete manager;
end;

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34  Contents
   

For maximum reliability, security and performance of your JADE solution, JADE Care24 is our fully comprehensive systems management offering.