ODT Export

edited 5:01AM in FastReport 4.0
Hey,

the ODT Export is not really working, is it?
Everytime I'm doing the export I get a file which is about 11 kb in size and when opening with word I get an error.

Does anybody have a workaround for that?

Ragards...

Oakley

Comments

  • edited 5:01AM
    It works. Attach a sample report (fr3 and fp3) and I'll try to resolve the problem.
  • edited March 2013
    hi all!
    same ODTExport problem on delphi7
    see attached .fr3 and .fp3
    procedure SaveToODT(AFileName: string);
    begin
      frxReport.PrepareReport();
      frxODTExport.OverwritePrompt := true;
      frxODTExport.FileName := AFileName;
      frxODTExport.ShowDialog := false;
      frxReport.Export(frxODTExport);
    end;
    

    regards

    EDIT: frxODTExport declaration class error (was TfrxODFExport, now is TfrxODTExport and it work's)

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.