frxReport1.LoadFromFile('d:\111\888.fr3');
 frxReport1.PrepareReport(true);
 frxPDFExport1.FileName:='c:\temp\123.pdf';
 frxPDFExport1.ShowDialog:=false;
 frxPDFExport1.ShowProgress:=false;
 frxPDFExport1.UserPassword:='1234';
 // 程式执行此行出错
frxReport1.Export(frxPDFExport1);
 //  程式执行此行出错frxReport1.PrepareReport(false);
  
会出现错误讯息
The following error(s) have occured Access violation at address 0078e5c8
 in module 'project.exe' read of address 000000000
 ----------------------------------------------