Contents summary and index

I am testing Fastreport but I do not see the possibility to create a contents summary (normaly at the beginning of the report) and an index (at the end).

Is this possible?

Comments

  • edited 10:44PM
    for the summary you have the demo : Live/table of content.
    for the index the same way is good.
  • gordkgordk St.Catherines On. Canada.
    edited 10:44PM
    Yes you can first reqirement is to make report 2 pass
    on the first pass you gather values/counts in arrays, on the final pass you sub the values in the arrays to display variables on the required design page, using
    if finalpass then blocks of code, use separate design page for contents and index
    and control their visibility according to which pass you are on.
    You could also run a report passout values to an external array
    run a report on the external array, then concantenate the reports by adding the emf pages of the first report to the second, there are many possibilities all you have to do is decided which way you want to do it.
    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.