Jedi Library components for QuickReport 4 Professional
Tuesday June 29, 2004

This fileset has been updated to use runtime packages and to remove
dependencies from the QuickTReport Pro designtime package.

This archive contains the source code for two new QuickReport components
that use TJvxRichEdit component from the freeware Jedi Library. located at

TJvxRichEdit is similiar to TRichEdit, but it uses either the RichEdit 2
or the RichEdit 3 common control (riched20.dll) that comes with (but not
limited to) Win98, NT 4, Windows 2000, Office 98 and Office 2000.  The
RichEdit 2 common control addresses some of the bugs that exist in the
RichEdit 1 common control.

This archive contains the following files:
QrJv.pas    - The QuickReport 3.0.5 source for the TQRRxRichText and
              TQRDBRxRichText components
QrJvReg.pas - The unit that registers the TQRRxRichText and
              TQRDBRxRichText components
QrJvReg.dcr - The icon images for the new components
dclQrJv.dpk - The Delphi 7 designtime package file for the components

Installation steps:
1. Install Jedi Library
2. Install QuickReport 3.0.5 or later
3. Extract these files from this archive to a subdirectory.
4. Open the file dclQrJv.dpk.  This package was created with Delphi 7.  For
other compilers, you should create a package and add the file QrJv.pas.
Make sure that the package is set as a runtime only package. Press
compile to build the package.  Do not process past this step if you get
an error.
5. Open the designtime package file dclqrrx.dpk.
   Press install to compile and install package.


Once installed, you would use the TQRJvRichText just like the
TQRRichText component.