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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:25PM
    hi
    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 ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.