Cannot use the same dataset fpr Report.DataSet and Band.DataSet
Hello!
I am using VCL version 5.6 of FastReport and I came across the following problem:
I am creating a customer report where I have a simple table with the customer data (Name, address, city, state, etc).
In Delphi I put an FDconnection, FDquery, frxDBDataset, FrxReport. I connected the query in the connection and the DBdataset in the query however when I go to build the report I inform in data the Dataset that I will use and I put a masterdata. I report the same data dataset in Masterdata and when I view the report I get the following error:
(Can not use the same dataset for Report.DataSet and Band.DataSet).
Can anyone help me in solving this problem?
I am using VCL version 5.6 of FastReport and I came across the following problem:
I am creating a customer report where I have a simple table with the customer data (Name, address, city, state, etc).
In Delphi I put an FDconnection, FDquery, frxDBDataset, FrxReport. I connected the query in the connection and the DBdataset in the query however when I go to build the report I inform in data the Dataset that I will use and I put a masterdata. I report the same data dataset in Masterdata and when I view the report I get the following error:
(Can not use the same dataset for Report.DataSet and Band.DataSet).
Can anyone help me in solving this problem?
Comments