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] )
installation: file not found + wrong QReport tab
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi werner,
Thanks for the information. I've added this to our defect list to be reviewed and enhanced for future releases.
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 |
Instructions - How to post in this forum |