Page 1 of 1

TChart 7 Pro & QR 5 Pro - QRChart Component

Posted: Fri Jan 04, 2013 7:03 am
by 9244563
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

Re: TChart 7 Pro & QR 5 Pro - QRChart Component

Posted: Fri Jan 04, 2013 8:39 am
by yeray
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.

Re: TChart 7 Pro & QR 5 Pro - QRChart Component

Posted: Fri Jan 04, 2013 1:54 pm
by 9244563
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

Re: TChart 7 Pro & QR 5 Pro - QRChart Component

Posted: Fri Jan 04, 2013 2:09 pm
by 9244563
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

Re: TChart 7 Pro & QR 5 Pro - QRChart Component

Posted: Fri Jan 04, 2013 3:03 pm
by yeray
Hi Tim,

I'm glad to hear you found how to make it work.