Report can not show after I do export to PDF or Save in previous one.
I wrote my Delphi application using Delphi 7 at he begining until Delphi 10 Seatle.
The is no problem and nothing needs to change.
-------------------------------------------------------------------------------------
DDM.frxReport1.LoadFromFile('DataDasarRJ.fr3');
DDM.frxReport1.ShowReport();
-------------------------------------------------------------------------------------
After I try in Delphi 10.3, the report can not show in the second preview when I save or export the report into PDF or just save to prepare report in first report one.
Seemslike there is no .fr3 found in current folder.
Why is it happend and how to solve it, please help.
Thanks you.
Comments
Try to use absolute path to DataDasarRJ.fr3