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

Reset DBCalc Object value after page break

edited March 2006 in General
Hi,

After each page break I need to set into zero the value of a DBCalc Object
value, which sumarizes a report field.

How can I do this?

Thanks in advance,

Alfredo

Comments

  • edited March 2006
    Hi Alfredo,

    There is no built in option to reset a DBCalc on the page break. Some
    options...

    - Create a group that breaks each page and have the DBCalc reset on that
    group.

    - Replace the DBCalc component with a TppVariable and perform the
    calculations manually in the OnCalc event. You could then set the
    TppVariable to reset on page end.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.