How to create this report

rotursoftrotursoft Slovakia
edited 8:03AM in FastReport 2.xx VCL
Hi all!

I need create report:

Report Title
Page title (not on first page), but must contains sum of values on previous pages
Master data
Master footer (finally sum of whole report)
Page footer, contains sum of values from beginning of report

How to create this report.

Thank you.

TRoland ;)

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:03AM
    Create your own variables to use for display in memo's
    initialize to 0 at start of report title band or dialog page.
    reset to 0 where needed ie obp of pageheader band
    add values to variables in obp of mdband
    for running total in masterfooter memos, use sum function with extended syntax
    [Sum([varor datafield],mdbandname,1)]

    ;)

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.