Cannot save changes to a report
Hello,
When making changes to a report I automatically need to save it
without to locate it with the save as command, so i have made that:
Here is the code for loading report
The report is well loaded but not saved, can you help me please ?
Thanks
When making changes to a report I automatically need to save it
without to locate it with the save as command, so i have made that:
function TfrmListeCaisse.frxDesigner1SaveReport(Report: TfrxReport;
  SaveAs: Boolean): Boolean;
begin
SaveAs:=True;
end;
Here is the code for loading report
frxreport1.clear;
frxReport1.LoadFromFile('C:\Report\etat_caisse.fr3');
frxReport1.DesignReport();
The report is well loaded but not saved, can you help me please ?
Thanks
Comments
Thank you very much gpi