Create Report from INI File

Hello,
I am very new to FastReports and Delphi 7.

I have an INI file that I am looking to place into a Fast Report.

I have two arrays of notes and comments that I need to place on the report as well.

I am using the "Report Title" for the band for all of the string fields.

I found a way to use the MasterData band to place the arrays for the comments, but I am not sure what band to use after that.

It is one page of data and this is how the layout needs to be.

string data
comments array
string data
notes array

Any help would be greatly appreciated.

Thanks in advance,
Eddi Rae

Comments

  • gpigpi
    edited 9:14AM
    Use report or script variables to send string data to the report, TfrxUserDataset - for arrays

Leave a Comment