Page 1 of 1

installation: file not found + wrong QReport tab

Posted: Mon Oct 29, 2007 2:40 pm
by 10547012
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] )

Posted: Tue Oct 30, 2007 8:09 am
by 10547012
typ mistake,must be :
......
I solved this with:
- TeeRecompile WITHOUT option [ ] install into IDE
......

Posted: Tue Oct 30, 2007 10:37 am
by narcis
Hi werner,

Thanks for the information. I've added this to our defect list to be reviewed and enhanced for future releases.