Sergei,

> > Have you looked at Crystal Reports - it has a driver for
> > ORACLE, or you can
> > use ODBC.  It exports to more formats than I can remember,
> > Excel included.
>
> Thanks Dennis, in fact I'm looking at it now.
>
> > There is a very good GUI report designer.  There is a VCL
> > control that wraps its runtime engine.
>
> Meaning one can program for it in Delphi rather then using it as a stand
> alone app?

There are 2 parts to Crystal Reports - the GUI reports designer, which lets
you create reports and also run reports, and a run time engine, which will
only run reports.  You can freely redistribute the run time engine, if you
own a license of Crystal Reports.  This run time engine (a set of DLLs), can
be integrated to a Delphi application through a VCL control.  To the user,
it would appear that the Delphi app is generating the report.

You can also compile the report into an EXE file.  There is a wizard in the
report designer that lets you create setup applications for the compiled
reports.

Regards,
Dennis.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to