I have a Crystal Report with several detail sections that all span multiple pages. The number of pages each section spans changes based on data from a database. However, the number of details sections and their titles are constant.
I would like to print in the page header or page footer a text that depends on which detail section is printed on that specific page.
Let's for example say, I have four detail sections. In the page header, I want to print "A", "B", "C" or "D" depending on which detail sections is printed on the page.
The detail sections each contain a subreport, so the actual report doesn't have any data connection.