You are free to distribute and use these files as you wish
Please email any comments/bugs/enhancements to cbrooksbank@msn.com

This pack consists of the following files :
README.TXT          Your're reading it !
RR_SQL60.PAS        Delphi visual component
RRSQLINT.PAS        Delphi DLL Interface
RR_SQL60.DCR        Bitmap for component

Installation Instructions
-------------------------
Install your copy of R&R Report Writer - SQL Edition V6.X !

1. Copy the two .PAS files and the .DCR file to a suitable directory
   ( The same one )
2. Start Delphi
3. Select options menu, Install components,Add,Browse,RR_SQL60.PAS
4. Select OK, dont save changes and Delphi compiles the unit into your
  library.
5. Thats it. You now have a new component on a tab called SI.

Quick Start
-----------
1. File menu,new project, dont save changes.
2. Put a RRSQL60 component on the form.
3. Select component and enter an existing reportlibrary and reportname into
   the corresponding properties.
4. Double click on the Active property
5. If all is well your report will run.

History
-------
October 10th 1995
Component now called TRRSQL60
Better resource protection on execute method
Removed GPF bug caused by editing any stringlist property
Execute method now returns TRUE for successful report run
Run method added ( same as execute )
Drop down lists for several propertys (e.g. destination )
Join information for reports now loaded
Sort/group/Join field changes now passed to report in execute method
Where property added for Auto-SQL reports
Replaces property implemented
Database property added
AskPrinter,AskReport,AskDataSource,AskTable properties added
LastErrorCode and LastErrorMessage propertys added
User parameters implemented
Active property added - run reports in design mode

June 1995 released initial ReportRR component

Stuff That Didnt Make It
------------------------
Property editors for reportlibrary,reportname e.t.c.
( Any takers for writing these ? )

Encapusulate batches of reports , R&R open scripting component.

A RRSQL65 component. ( Watch this space ).
