Problems with FastReport
I use Postgress as database engine, with Alaska xBase + + and FastReport
I make the following
I open a sales report for example, a given filter.
The report uses a single dataset
From the report, call a function that opens another report differently.
When I close the report, I execute the method ClearDataSet in each of the reports
So, when I open again the first report with a different filter, the information displayed is the first filter.
Reviewing what was the problem, I discovered
that the list of Datasets FastReport appeared doubled the dataset.
This only happens when I open a report from another report
How can I send this question to Sergey Spirin
Thank you
I make the following
I open a sales report for example, a given filter.
The report uses a single dataset
From the report, call a function that opens another report differently.
When I close the report, I execute the method ClearDataSet in each of the reports
So, when I open again the first report with a different filter, the information displayed is the first filter.
Reviewing what was the problem, I discovered
that the list of Datasets FastReport appeared doubled the dataset.
This only happens when I open a report from another report
How can I send this question to Sergey Spirin
Thank you