Visualize files FRP
As I should proceed to do a small application only to visualize the safe reports in the format FRP.
Because I need to send reports for other personal computers that don't possess the installed application
Because I need to send reports for other personal computers that don't possess the installed application
Comments
1 form, 1report component, 1 opendialog set opendialog filter to
.frp set initial dir.
button code if opendialog1.execute then
begin
frreport1.loadpreparedreport(opendialog1.filename);
frreport1.showpreparedreport;
end;
regards