problem that we foundin the trail version
hello.
I have noted that there are problems of the run time and the prodemo, after installation of the fast report 3.04.
We checked it very carefully. We again uninstalled the software, and then removed thoroughly all the files of the fr 3 from all the places. Then we installed it again.
We have noticed the problems again, and after checking we came to the conclusions:
In the trail version, there is a problem of the frxClass. Source is not supplied, and there is problem of compatibility with other classes, such as frxChart that have been changed in the FastReport 3 (3.04).
Please answer me as fast as you can.
thanks.
yaron.
I have noted that there are problems of the run time and the prodemo, after installation of the fast report 3.04.
We checked it very carefully. We again uninstalled the software, and then removed thoroughly all the files of the fr 3 from all the places. Then we installed it again.
We have noticed the problems again, and after checking we came to the conclusions:
In the trail version, there is a problem of the frxClass. Source is not supplied, and there is problem of compatibility with other classes, such as frxChart that have been changed in the FastReport 3 (3.04).
Please answer me as fast as you can.
thanks.
yaron.
Comments
I un-installed all previous versions of FR. After that, I also deleted every directory and every file that is related to FR (including from \WINNT\SYSTEM32), to ensure "clean" status.
Then I installed FR 3.04 (Trial), and tried to re-compile my project. I get an error in the Chart unit in this section:
TfrxChartView = class(TfrxView)
...
...
public
...
...
<span style='color:red'>procedure BeforeStartReport; override;</span>
<span style='color:red'>procedure OnNotify(Sender: TObject); override;</span>
...
...
end;
The error is: Method does not exist in base class
I think the problem is that the DCU where TfrxView (ancestor of TfrxChartView) is defined, is from previous version. There is no source for this unit in the Trial version, so it's impossible to recompile.
I hope now the explanation is full and clear.
regards,
yaron.