Jade 7

Purpose of the Report Writer Designer Application

The Report Writer Designer is used to design and run reports.

A report is based on a view that must have already been created in the
Report Writer Configurator application.

Instructions

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

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

startReportWriterDesigner();

vars
    manager : JadeReportWriterManager;
begin
    create manager;
    manager.startReportWriterDesigner('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.