Stange behavior...
Hi, (Sorry for my bad English)
I have a report with 1 group on Customer_number.
Main query is customers_document with join customers. I also have some
calculated field. Main query is filtered=True;
The problem is in TppGroupFooterband. Here i print a field 'saldo' witch i
become from my query, a field Saldo2 witch is a calculated and a
sum(field).
These 3 field have to bo the same.
Problem: when i do the proview, i ga to page xx, i see differences in these
3 fields, then i go to page xx+1 and back again. The he sais that there are
no differences. ???? My sum(field) is always correct, but saldo and
saldo2 are different.... Am i doing somthing wrong??? I am useng Delphi4
and rb6.03
Thanks
I have a report with 1 group on Customer_number.
Main query is customers_document with join customers. I also have some
calculated field. Main query is filtered=True;
The problem is in TppGroupFooterband. Here i print a field 'saldo' witch i
become from my query, a field Saldo2 witch is a calculated and a
sum(field).
These 3 field have to bo the same.
Problem: when i do the proview, i ga to page xx, i see differences in these
3 fields, then i go to page xx+1 and back again. The he sais that there are
no differences. ???? My sum(field) is always correct, but saldo and
saldo2 are different.... Am i doing somthing wrong??? I am useng Delphi4
and rb6.03
Thanks
This discussion has been closed.
Comments
Try setting the Report.CachePages property to True and see if that helps.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
an other result and i lose the next customer on the listing.
Also are the calcfields different calculeted (other result)????. It's not
always the case, only sometimes.
Is this a bug, are there some fixes that i have to download?????
Some things to try...
- It sounds like your data access components are showing the wrong value.
Be sure that the values being pulled off your dataset are correct.
- Make sure you are not trying to alter the dataset during report
generation. This causes the report engine to become confused and the output
can be incorrect.
- Try disconnecting all your event hanlders and re-running your report.
- Try downloading a trial version of ReportBuilder 7.03 and testing with
that.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i have send a smal application to the support, i hope that you can give it a
loke.
Thanks.
P.S. I dont know if this is the correct way to send you files.
Yes I received your email. I will take a look at it and get back to you
asap.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i hope you have the same strange behavior when your run the program, so that
you can look for the reason.
Is it a bug or am i doing something wrong?
Greating.