Hello,
I have a crystal report which displays order information. For each order, it lists the items sold as part of that order. My Group #1 is at the order level. Group Header #1a displays order information, Group Header #1b displays the column headers for the item information that follows in Group #2 (the item level).
This works fine when the order is small and doesn't run onto a second page. But if the order consists of many items and it fills multiple pages, then the person viewing the report will not see the Group Header #1b, and therefore, will not see column headers for the item information.
The solution, I imagine, is to use a Page Header section that also includes the item column headers just as Group Header #1b does. It would be conditionally suppressed for the first page, but show for all other pages.
The problem with this is that it only makes sense to display this Page Header if we are still continuing the order from the previous page. If we are starting a brand new order on the next page, we would see the item column headers, followed by the order information, followed by the item column headers again.
Is there a way I can only display the Page Header item column headers on a page when it begins by continuing to list items from an order that started on the last page?
Please let me know if more clarification is needed.
I greatly appreciate any assistance!