Can I create my report in runtime?

Hi, everybody!

I need create my report in runtime, using Delphi, to print barcodes, to define size, heigth and others details. I'm used the Rave Reports for this, in Delphi 7, but, now, I need make my reports using Fast Report.

Help me please, dears.



att,
Andr?© Rosa @ Brazil.

Comments

  • gpigpi
    edited 9:13AM
    See a Developer's manual "1.12 Creating a report form from code" chapter
  • edited 9:13AM
    Great, I found the answer. [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> For example:[/img]
    var
      BarCode : TfrxBarCodeView;
    begin
          BarCode     := frxReport.FindObject('BarCodeOnReport') as TfrxBarCodeView;
          BarCode.Text:= '555';
    end;
    

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.