Greetings,
I need to make a page header that varies according to what text appears on a particular page. For example, page 1 of a report might contain information on product categoy 'Dispensers' so I need the page header to read "Dispensers". Page 2 might contain information on product categories "Handles", "Covers", and "Plates" so I need the page header for page 2 to read "Handles Covers Plates".
I can assemble the string which identifies which categories find their way on a particular page and I can put this string in the page footer with no problem. I can't seem to get the page header to update (I believe) because the format and print events for the PageHeaderSection have already passed by the time I assemble the category string.
Does anyone know how to revisit the PageHeaderSection events or cause them to run again?
Regards,
Endgame
I need to make a page header that varies according to what text appears on a particular page. For example, page 1 of a report might contain information on product categoy 'Dispensers' so I need the page header to read "Dispensers". Page 2 might contain information on product categories "Handles", "Covers", and "Plates" so I need the page header for page 2 to read "Handles Covers Plates".
I can assemble the string which identifies which categories find their way on a particular page and I can put this string in the page footer with no problem. I can't seem to get the page header to update (I believe) because the format and print events for the PageHeaderSection have already passed by the time I assemble the category string.
Does anyone know how to revisit the PageHeaderSection events or cause them to run again?
Regards,
Endgame