TReportD3 v1.1

Author : Eric Pedrazzi
E-Mail : epedrazzi@chez.com
Web    : www.chez.com/epedrazzi (both english and french versions)

How to Install :
- make a directory and put all the files in the package
- in Delphi 3 IDE, open the report3.dpk
- FRENCH or ENGLISH ?
  if you need messages in FRENCH, you have nothing to do
  if you need messages in ENGLISH, remove the {$DEFINE LANGUAGE_IS_FRENCH} in ReportD3.pas
- Verify the ReportSmith key in the registry
- If the key is diffrent than the SRptKey value in ReportD3.pas, modify it accordingly
  example: you have an entry looking like '..\..\3.10' so you must simply change 3.00 by 3.10

Description :
TReportD3 replaces the TReport VCL.
Now you can have ReportSmith reports in your Delphi 3 applications.

Why :
I had some troubles when I wanted to upgrade
my Delphi 2 applications (using TReport) to Delphi 3.
I was unable to launch ReportSmith from my apps.

Thanks :
Special thanks to the NZN.FR.DELPHI french forum contributors, and specially to
Jean-Claude Prymac : jean-claude.prymac@wanadoo.fr
Lionel Durand      : lionel.durand@wanadoo.fr

Known Issues:

Revision History:
 1.0: + Initial release
 1.1: + Use of resourcestring for the messages string
      + To change the ReportSmith version, modify the SRptKey resourcestring in ReportD3.pas
        then re-build the packet (Request submitted by Steve Jubber "tevej@ihug.co.nz")