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
----------------------------------------------
uj5u.com熱心網友回復:
后來更新至 5.23 版就 ok原 delphi xe7 內建 fastreport 5.15 版
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/86104.html
標籤:語言基礎/算法/系統設計
