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

Subreport Priority

edited March 2005 in General
How does one execute a subreport within the detail band before the
calculation of TppVariables in the same band (the subreport traverses
all entries in one table for a particular entry in another table and
accumulates a couple variables used to create the TppVariables)?

Thanks,
Stanley

Comments

  • edited March 2005
    Hi Stanley,

    Try placing your TppVariables inside a TppRegion and have the region shift
    relative to the subreport. This should allow the subreport to execute
    before the OnCalc events of the variables fire.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2005
    Nico Cizik (Digital Metaphors) wrote:
    Thanks for the help, this worked perfectly.

    Stanley
This discussion has been closed.