FR 251
Hallo
In a project, can I preview and print a report at desingtime. At runtime I receive a Error Message from EAccessViolation Type. This Error is since the Upgrade from 2.5 to 2.51.
I call the report as follow
F_BELEGE.FR_STBL_2.LoadFromFile('FR_STAMMBL_S2.FRF');
F_BELEGE.FR_STBL_2.ShowReport;
second question:
Why is the remark FastReport - unregistered in the top-right corner visible? FastReport is registered.
Is everybody their can help me?
I use DELPHI 7 Professional under WXP. The Database is ADS 7.0
regards
Hanspeter from Switzerland
PS. Sorry for the bad English.
In a project, can I preview and print a report at desingtime. At runtime I receive a Error Message from EAccessViolation Type. This Error is since the Upgrade from 2.5 to 2.51.
I call the report as follow
F_BELEGE.FR_STBL_2.LoadFromFile('FR_STAMMBL_S2.FRF');
F_BELEGE.FR_STBL_2.ShowReport;
second question:
Why is the remark FastReport - unregistered in the top-right corner visible? FastReport is registered.
Is everybody their can help me?
I use DELPHI 7 Professional under WXP. The Database is ADS 7.0
regards
Hanspeter from Switzerland
PS. Sorry for the bad English.
Comments
either you did not follow install instructions correctly
or your project is refrencing old library paths
regards
The installation ist correct, exact like in the instructions. I deleted all old Librarypaths and defined it new. The problem is the same.
The error message com after the code as follow (after first line):
To the begin of this project, it run correctly but since the upgrade is this problem. The test the installation with the older version 2.50 failed with the same problems.
regards
hanspeter from Switzerland
The problem is no longer. The Form with the Report must be automatic createt.
Thanks