J
Jeff Polack
Following instructions elsewhere in the NG, I've placed a text box in a group
footer that sums values for a running total text box located in the detail
section. I then inserted a line of code in the group footer Format event to
set an unbound text box in the group header equal to the value of the text
box
located in the footer.
This works fine for all group items that appear within a page. However, the
first group on each page utilizes the footer value from the last group on the
prior page. In fact, the very first group contains the value from the very
last group in the report (due to the two-pass aspect of the report
formating). This is true despite the fact that the value shown in the group
footer of the first group on the page is calculated correctly.
It seems there is a problem with my decision to place the code in the On
Format event of the group footer. If anyone can help me understanding why
the new page is creating a sequencing problem, I'd be appreciative.
TIA
footer that sums values for a running total text box located in the detail
section. I then inserted a line of code in the group footer Format event to
set an unbound text box in the group header equal to the value of the text
box
located in the footer.
This works fine for all group items that appear within a page. However, the
first group on each page utilizes the footer value from the last group on the
prior page. In fact, the very first group contains the value from the very
last group in the report (due to the two-pass aspect of the report
formating). This is true despite the fact that the value shown in the group
footer of the first group on the page is calculated correctly.
It seems there is a problem with my decision to place the code in the On
Format event of the group footer. If anyone can help me understanding why
the new page is creating a sequencing problem, I'd be appreciative.
TIA