Subreport Priority
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the help, this worked perfectly.
Stanley