The report I am working on needs to have one of six different logos print based on the value in field1. I solved this with six different group headers that conditionally print based on the value in field1.
The detail information in the report will print with summary information printing at the bottom of every detail page. The summary information is being printed in a generic group footer that is different from the groups that are used to print the logos. Because of the layout of the report, no more than ten detail lines can print on a page.
It also will need one of six different back pages to print. The logic for these is the same as the logic to determine which logo to print in the header. This was done with six different group footers
All of this works ok until there are a large number of detail lines. When this happens, the generic group footer that prints the summary information goes to the next page. This of course, throws everything off.
Does anyone have any ideas on how this can be accomplished? I basically need to be able to limit the number of detail lines printed on any page.
Thanks in advance for any help!
The detail information in the report will print with summary information printing at the bottom of every detail page. The summary information is being printed in a generic group footer that is different from the groups that are used to print the logos. Because of the layout of the report, no more than ten detail lines can print on a page.
It also will need one of six different back pages to print. The logic for these is the same as the logic to determine which logo to print in the header. This was done with six different group footers
All of this works ok until there are a large number of detail lines. When this happens, the generic group footer that prints the summary information goes to the next page. This of course, throws everything off.
Does anyone have any ideas on how this can be accomplished? I basically need to be able to limit the number of detail lines printed on any page.
Thanks in advance for any help!