Class TfrxChartView not found (run time only)
I've create a simple application, with a report holding one chart.
In design mode everything works great, even the preview in design mode works great (I used the Data tab to get my data).
Build/Compile the application work good as well (no errors or warnings).
However,... when I run the application I get the error "Class TfrxChartView not found".
I tried using the Recompile Wizard using TeeChartStd - which generates this error (compiles fine in the Recompile Wizard).
I also tried TeeChartStd7 (recompile all, TeeChart dcu path: C:\Program Files\CodeGear\RAD Studio\5.0\lib), however it generates a "Required package 'TEE711' not found" error in the Recompile wizard.
I double checked the paths, and all seems to be there just fine.
I did notice that I have a TEE7100 file (instead of TEE711).
I'm using the latest version of FastReports (4.7.85), Delphi 2007.
I did search the forum and used Google; no answer to this issue.
Can someone please help - it would be greatly appreciated.
In design mode everything works great, even the preview in design mode works great (I used the Data tab to get my data).
Build/Compile the application work good as well (no errors or warnings).
However,... when I run the application I get the error "Class TfrxChartView not found".
I tried using the Recompile Wizard using TeeChartStd - which generates this error (compiles fine in the Recompile Wizard).
I also tried TeeChartStd7 (recompile all, TeeChart dcu path: C:\Program Files\CodeGear\RAD Studio\5.0\lib), however it generates a "Required package 'TEE711' not found" error in the Recompile wizard.
I double checked the paths, and all seems to be there just fine.
I did notice that I have a TEE7100 file (instead of TEE711).
I'm using the latest version of FastReports (4.7.85), Delphi 2007.
I did search the forum and used Google; no answer to this issue.
Can someone please help - it would be greatly appreciated.
Comments
You may have to reinstall your fr version and use the recompiler to select the correct teechart path and version first.
Debugger Exception Notification
Project GetReport.exe raised exception class EConvertError with message ''2/8/2009 9:00:00 AM' is not a valid date and time'.
Break Continue Help
[img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Line 450 is where it breaks in the frxChart unit, and where it seems to add values to the chart (snip from the frxChart.pas file):[/img]
Note: I'm using MyDAC to connect to my MySQL database.