INTRO:
I have a main report with 4 sub reports. The sub reports are stored in separate Report Footers. If the first one prints, the other 3 are suppressed and inversely, if the first is suppressed, the other 3 print. The information contained in the sub reports will vary depending on the size of the information in the XML.
PROBLEM:
If the sub reports all fit on one page and not too close to the end of the page, then everything looks great
. BUT, if the first sub report has to continue on to a secod page, it prints the last three rows of information from the previous page on the top of the second page
. I think my totals still end up correct, but this doesn't look right
.
Similarly, if the 3 sub reports all fit on one page, but the second and third are really close to the end of the page, they print on the bottom of the first page, then reprint on the top of the next page
.
I tried creating a Global NumberVar that initializes on the Report Header and calculates at the report footer, thinking if it started at 0 and was +1 whenever that report footer was processed, then I could conditionally suppress it if the field was ever greater than 1. The problem is, the report footer is only being processed 1 time. At the bottom of the first page, the global numbervar gave me a value of 1 and was also 1 at the top of the second page.
HELP!!!!! I'm not sure why it is duplicating information and have tried just about everything.
Thanks in advance for any information
.
Edited by FrnhtGLI - 28 May 2009 at 6:57am