installation: file not found + wrong QReport tab
Posted: 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] )
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] )