I have Delphi 2006 Pro with TeeChart 7 Pro installed - I added Quickreport 5 and then tried to add the QRChart component but in the Teechart directory I can only find the package for QR4 which I tried to install but does not work - Please advise if I will need to upgrade my Teechart version to obtain the relevant QReport QRchart package or if there is a work-around/place where I can download the QRChart package for Quickreport 5 pro ?
Thanks in advance
Tim
TChart 7 Pro & QR 5 Pro - QRChart Component
Re: TChart 7 Pro & QR 5 Pro - QRChart Component
Hi Tim,
The packages for QuickReport 5 weren't included with TeeChart v7 because QuickReport 4 was the latest version at that time.
However, it shouldn't be difficult to upgrade these packages to support QuickReport 5. The packages shipped with TeeChart Pro v7 for Delphi 2006 are named DclTQR710 (.dpk and .res) and TeeQR710 (.dpk and .res), isn't it?
- Backup the TeeQR710.dpk package.
- Edit it (with notepad or similar) and modify the following package in the required list: QRpt -> QR5RunD2006
- Open the IDE and build TeeQR710.dpk and then DclTQR710.dpk.
- If no error has been shown, you should be able to find and install the generated DclTQR710.bpl.
For further (more generic) instructions, please read the QuickReport article here
If you still find problems with it, don't hesitate to let us know.
The packages for QuickReport 5 weren't included with TeeChart v7 because QuickReport 4 was the latest version at that time.
However, it shouldn't be difficult to upgrade these packages to support QuickReport 5. The packages shipped with TeeChart Pro v7 for Delphi 2006 are named DclTQR710 (.dpk and .res) and TeeQR710 (.dpk and .res), isn't it?
- Backup the TeeQR710.dpk package.
- Edit it (with notepad or similar) and modify the following package in the required list: QRpt -> QR5RunD2006
- Open the IDE and build TeeQR710.dpk and then DclTQR710.dpk.
- If no error has been shown, you should be able to find and install the generated DclTQR710.bpl.
For further (more generic) instructions, please read the QuickReport article here
If you still find problems with it, don't hesitate to let us know.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart 7 Pro & QR 5 Pro - QRChart Component
Build TeeQR710 no errors
Tried to build DclTQR710.dpk as instructed and it returns error :-
[Pascal Fatal Error] DclTQR710.dpk(33): E2202 Required package 'DclTee710' not found
I can not locate this file ?
Thanks for your assistance
Tim
Tried to build DclTQR710.dpk as instructed and it returns error :-
[Pascal Fatal Error] DclTQR710.dpk(33): E2202 Required package 'DclTee710' not found
I can not locate this file ?
Thanks for your assistance
Tim
Re: TChart 7 Pro & QR 5 Pro - QRChart Component
Sorted problem - had to change to reflect pro as I have the pro edition - All built, compiled and installed
"DclTeepro710"
Thanks for your assistance
Tim
"DclTeepro710"
Thanks for your assistance
Tim
Re: TChart 7 Pro & QR 5 Pro - QRChart Component
Hi Tim,
I'm glad to hear you found how to make it work.
I'm glad to hear you found how to make it work.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |