|
QuickReport is a third party component to generate reports. eDocEngine provides Gnostice QuickReport Export Interface to export Quick reports to the electronic document formats provided by eDocEngine.
Note: Before installing this Interface, QuickReport component must be installed in your system. Also note the Version of QuickReport component as you may need to configure this in eDocEngine by setting a switch. This configuration must be done before installing QuickReport Export Interface. To configure eDocEngine see ' Configuring Additional Interface'.
During installation of eDocEngine all the Project Group, Run time and Design time packages of QuickReport Export Interface gets copied to the location:
| 1. | '<eDocEngine InstallDir>\Source\QR4\' for QuickReport version 4 and above |
| 2. | '<eDocEngine InstallDir>\Source\QR\' for QuickReport below versions 4 |
The table below lists project group and package libraries for the Gnostice QuickReport Export Interface. Replace the place holders in the instructions with appropriate names by referring this table.
Place holder
|
Delphi 5
|
Delphi 6
|
Delphi 7
|
Delphi 2005
|
<Folder Name>
|
D5
|
D6
|
D7
|
D2005
|
<Project Group>
|
gtQRExpD50.bpg
|
gtQRExpD60.bpg
|
gtQRExpD70.bpg
|
gtQRExpD2005.bdsgroup
|
<Run-time Package>
|
gtQRExpD50.bpl
|
gtQRExpD60.bpl
|
gtQRExpD70.bpl
|
gtQRExpD2005.bpl
|
<Design-time Package>
|
DCLgtQRExpD50.bpl
|
DCLgtQRExpD60.bpl
|
DCLgtQRExpD70.bpl
|
DCLgtQRExpD2005.bpl
|
Place holder
|
BDS 2006
|
C++Builder 5
|
C++Builder 6
|
<Folder Name>
|
BDS2006
|
C5
|
C6
|
<Project Group>
|
gtQRExpBDS2006.bdsgroup
|
gtQRExpC50.bpg
|
gtQRExpC60.bpg
|
<Run-time Package>
|
gtQRExpBDS2006.bpl
|
gtQRExpC50.bpl
|
gtQRExpC60.bpl
|
<Design-time Package>
|
DCLgtQRExpBDS2006.bpl
|
DCLgtQRExpC50.bpl
|
DCLgtQRExpC60.bpl
|
Before proceeding with Installing/Re-Compiling:
| 1. | Delete any stray files of Gnostice QuickReport Export Interface. See the topic 'Stray Files' for detailed list of stray files that need to be deleted. |
| 2. | In the IDE, check if the '<eDocEngine InstallDir>\Lib\<Folder Name>' path is included under Tools | Environment Options...| Library | Library Path. |
| 3. | Choose "Components | Install Packages" and remove Gnostice QuickReport Export Interface component if present earlier. |
Installing/Re-Compiling:
| Open "<eDocEngine InstallDir>\Source\QR\<Project Group>" in Delphi/C++Builder.. |
| Open"<eDocEngine InstallDir>\Source\QR4\<Project Group>" in Delphi/C++Builder. |
| a. | Right-click the <Run-time Package> and choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\..\Lib\<Folder Name>' and click OK. |
| b. | Right-click the <Design-time Package> and choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\..\Lib\<Folder Name>' and click OK. |
| 3. | Select "Project | Build All Projects" on the main menu. |
4. For BDS 2006 only:
For QuickReport 4:
Run the batch file from the location "<eDocEngine Install Dir>\Source\QR4\gtQRExpBDS2006.bat".
| 5. | Right-click <Design-time Package> in the Project Manager and choose "Install" from the popup menu. |
Copy the "<eDocEngine Install Dir>\Source\QR\*.hpp" files to "<eDocEngine Install Dir>\Lib\<Folder Name>".
| Copy the "<eDocEngine Install Dir>\Source\QR4\*.hpp" files to "<eDocEngine Install Dir>\Lib\<Folder Name>". |
7. For Delphi 2005:
For QuickReport 4:
Run the batch file from the location "<eDocEngine Install Dir>\Source\QR4\gtQRExpD2005.bat".
A new tab named 'eDocEngine Additional' along with Gnostice QuickReport Export Interface should now appear on the component palette!
|