Report with Dual lists side-by-side

Hello All,

I am using Delphi Tokyo Update 2 pn Win 10 with FastReports Version 5.6.

I need to create a report where pages have two lists side-by-side. Each list comes from a different data-source both being ClientDataSets.

The lists are not linked by any factor other than each sequential record from the datasets must be displayed side-by-side so that
dataset 1 - line 1 matches to dataset 2 line 1 across the page and
dataset 1 - line 2 matches to dataset 2 line 2 across the page and
dataset 1 - line 3 matches to dataset 2 line 3 across the page and so on
I have tried several approaches on this problem but have not achieved my target result.
I would be grateful for any constructive advice.

regards

SeaCay

Comments

  • gpigpi
    edited 3:42PM
    Try to use subreports, see FRDemo "Side-by-side subreports" sample
  • edited 3:42PM
    gpi wrote: »
    Try to use subreports, see FRDemo "Side-by-side subreports" sample
    Hello gpi,

    Thanks for your suggestion, after much chopping around, I have the report 85% the way I need it.
    It has been many years since I last reviewed FRDemo, perhaps I should look there more often.
    Again, my thanks,

    regards

    SeaCay

Leave a Comment