Begiiners question - Simply print a table
Hi there!
I have a problem with FR2.5 / Delphi6
i want to print some data from a dataset in a table but i have no idea how.
In the reportdesigner i have added a columntitle-band for the column's captions.
Then i added a detail-data-band, which is assigned to a TfrDataSet component, which is assigned to a "normal" TDataset.
How can i assign the fields in the band (mostly memo fields) to the fields of the TfrDataSet? If i assign the band fields to the fields in the normal TDataset, only the actual record is displayed instaed of all records...
To ask the question in a short way: How can i print the data-table?
Best regards.
I have a problem with FR2.5 / Delphi6
i want to print some data from a dataset in a table but i have no idea how.
In the reportdesigner i have added a columntitle-band for the column's captions.
Then i added a detail-data-band, which is assigned to a TfrDataSet component, which is assigned to a "normal" TDataset.
How can i assign the fields in the band (mostly memo fields) to the fields of the TfrDataSet? If i assign the band fields to the fields in the normal TDataset, only the actual record is displayed instaed of all records...
To ask the question in a short way: How can i print the data-table?
Best regards.
Comments