FrxReport1. PrepareReport (true);
FrxPDFExport1. FileName:='c: \ temp \ 123. PDF';
FrxPDFExport1. ShowDialog:=false;
FrxPDFExport1. ShowProgress:=false;
FrxPDFExport1. UserPassword:='1234';
//program execution error visit
FrxReport1. Export (frxPDFExport1);
//program execution error visit
FrxReport1. PrepareReport (false);
There will be a error message
The following error (s) have occured Access violation at address 0078 e5c8
In the module 'project. Exe read of address 000000000
----------------------------------------------
CodePudding user response:
Then update to version 5.23 is okThe original Delphi xe7 built-in fastreport version 5.15