Band Keeps repeating
Hello everyone. I have this strange problem. The data band are keep repeating again and again and randomly like this:
MasterData: Data Rows Batch 1
DetailData: DetailData Rows Batch 1
SubDetailData: SubDetailData Rows Batch 1
everything fine till now.
Then it starts randomly repeating data:
MasterData: Machine Type AA1
DetailData: Machine 1
SubDetailData: Machine 1 Rows
(everything fine until now. and randomly puts data from other Bands:)
DetailData: Machine 2
SubDetailData: Machine 2 Rows
(and agian repeats the previous data:)
DetailData: Machine 1 Rows
SubDetailData: Machine 1 Rows
(and then it continues for some rows)
DetailData: Machine 3 Rows
SubDetailData: Machine 3 Rows
and goes on like this. It can even print 10 pages instead of 3!
I have done everything. I have even written the report from the scratch. No luck.
If I execute the queries on the query editor everything works great. But when the report runs data get randomly repeated.
Any suggestions?
Haris
MasterData: Data Rows Batch 1
DetailData: DetailData Rows Batch 1
SubDetailData: SubDetailData Rows Batch 1
everything fine till now.
Then it starts randomly repeating data:
MasterData: Machine Type AA1
DetailData: Machine 1
SubDetailData: Machine 1 Rows
(everything fine until now. and randomly puts data from other Bands:)
DetailData: Machine 2
SubDetailData: Machine 2 Rows
(and agian repeats the previous data:)
DetailData: Machine 1 Rows
SubDetailData: Machine 1 Rows
(and then it continues for some rows)
DetailData: Machine 3 Rows
SubDetailData: Machine 3 Rows
and goes on like this. It can even print 10 pages instead of 3!
I have done everything. I have even written the report from the scratch. No luck.
If I execute the queries on the query editor everything works great. But when the report runs data get randomly repeated.
Any suggestions?
Haris
Comments
possibly the report component itself is connected to a data set
I am not sure I understand what you mean.
My report has a connection to a firebird database. That is all.
This sutuation is happening in a random way. One in 10 time you will open the report it will be perfect.
I would rather say that this seems to be a memory leak issue from the Fast reports side.