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 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. This is true despite the fact that the value shown in the group
footer of the first group on the page is calculated correctly.
Clearly there is a sequencing problem with the firing of the code located in
the group footer for the first group on a page. Any help directing me to
where I can find a solution for this would be appreciated.
Thanks
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 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. This is true despite the fact that the value shown in the group
footer of the first group on the page is calculated correctly.
Clearly there is a sequencing problem with the firing of the code located in
the group footer for the first group on a page. Any help directing me to
where I can find a solution for this would be appreciated.
Thanks