B
Bill
I've encountered a most interesting anomaly
in A2003 Reports. I have a report containing
two columns. The Detail_Format event is triggered
twice at the beginning of each column. And,
since I'm doing some calculations on each
record being formatted, my calculation totals
are incorrect by exactly the amount reflected
in the records corresponding to those that fall
at the top of each column. Needless to say, it
took a bit of debugging to finally trace the
source of the problem.
Is there some explanation as to why the event
"fires" twice when a new column begins?
I can keep track of RecordID's to detect when
this is happening, but I suspect there's a better
way to know what's happening?
Thanks,
Bill
in A2003 Reports. I have a report containing
two columns. The Detail_Format event is triggered
twice at the beginning of each column. And,
since I'm doing some calculations on each
record being formatted, my calculation totals
are incorrect by exactly the amount reflected
in the records corresponding to those that fall
at the top of each column. Needless to say, it
took a bit of debugging to finally trace the
source of the problem.
Is there some explanation as to why the event
"fires" twice when a new column begins?
I can keep track of RecordID's to detect when
this is happening, but I suspect there's a better
way to know what's happening?
Thanks,
Bill