installation: file not found + wrong QReport tab

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
werner
Newbie
Newbie
Posts: 3
Joined: Thu Oct 11, 2007 12:00 am

installation: file not found + wrong QReport tab

Post by werner » Mon Oct 29, 2007 2:40 pm

D2006 - Teechart 8.01 source

1. Installation or TeeRecompile with option [x] install into IDE gives error :
'File not found'
ERROR

I solved this with:
- TeeRecompile with optins [x] install into IDE
- changed Tee8QRED10.dpk - changed name ..QR4RunD2006
- changed DclTee8QR4D10.dpk - changed name ..DclTeePro810
copy file DclTeePro810.bpl to ..\windows\system\32
manualy install packages

2. QReport tab not in Delphi 'QReport' tab but in 'QVerslag' in the IDE when having an 'Dutch' windows version and english Delphi.
The TeeQRTeeReg.pas uses the tcQreport variable, but the Dutch.pas using the same variable and is transelated as tcQReport='QVerslag'.
This is not so nice , and like to have the QReport component in the QuickReports components and not a separeted tab.

I solved this with:
RegisterComponents( tcQReport,[TQRChart] )
RegisterComponents( 'QReport',[TQRChart] )

werner
Newbie
Newbie
Posts: 3
Joined: Thu Oct 11, 2007 12:00 am

Post by werner » Tue Oct 30, 2007 8:09 am

typ mistake,must be :
......
I solved this with:
- TeeRecompile WITHOUT option [ ] install into IDE
......

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Oct 30, 2007 10:37 am

Hi werner,

Thanks for the information. I've added this to our defect list to be reviewed and enhanced for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply