using two different dataset?
Hi,
i want to use 2 different dataset in a report? How can i do this?
my report like this :
title
dataset 1 column headers
dataset 1 records
dataset 2 column headers
dataset 2 records
footer
P.S. these dataset not a master-detail dataset, they doesn't have master-detail relationship.
Best Regards.
i want to use 2 different dataset in a report? How can i do this?
my report like this :
title
dataset 1 column headers
dataset 1 records
dataset 2 column headers
dataset 2 records
footer
P.S. these dataset not a master-detail dataset, they doesn't have master-detail relationship.
Best Regards.
Comments
Best Regards.
I have same problem, i want to list 2 differents table, no relations between them, here is the code i use :
In the TfreeReportPreviewer class there is already a frDBDataset nammed frDBDataset, so i'm just creating a new one on the fly in the code below, what's wrong ?!
The app crash telling "row name" not available, because it try to loads datas from first dataset, why ?!
Thanks, P@sNox,