Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Stange behavior...

edited January 2004 in General
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

Comments

  • edited January 2004
    Hi,

    Try setting the Report.CachePages property to True and see if that helps.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    It doesn't help, when i set TppGroup KeepGroupTogether True, i even get
    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?????


  • edited January 2004
    Hello,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    Hi Nico Cizik,

    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.

  • edited January 2004
    Hello,

    Yes I received your email. I will take a look at it and get back to you
    asap.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    Hi,
    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.

This discussion has been closed.