I posted a message looking for help on creating pageheaders in the subreport to show up in the main report. I got the following response which worked great if the subreport was only 1 page long.
---------------------------------------------------
The simplest solution would be to format your main report page header to conditionally suppress based on a formula:
onlastrecord
Then in each subreport, create a fake page header by creating a formula that includes all records:
whilereadingrecords;
1
Insert a group on this formula and check "repeat group header on each page" and then delete the groupname and add your page header text to the group header. Repeat for each subreport.
There is a way to use the main report page headers, but the above solution is probably simpler.
----------------------------------------------------
What I have is subreports that only have charts/tables in the report footer section. For example RFa and RFb. When I do the above the group header only shows up for RFa. Is there a way to get it to show up on every page in the subreport?
I am inserting the subreports into a main report RF.
CRXI
Thank You
---------------------------------------------------
The simplest solution would be to format your main report page header to conditionally suppress based on a formula:
onlastrecord
Then in each subreport, create a fake page header by creating a formula that includes all records:
whilereadingrecords;
1
Insert a group on this formula and check "repeat group header on each page" and then delete the groupname and add your page header text to the group header. Repeat for each subreport.
There is a way to use the main report page headers, but the above solution is probably simpler.
----------------------------------------------------
What I have is subreports that only have charts/tables in the report footer section. For example RFa and RFb. When I do the above the group header only shows up for RFa. Is there a way to get it to show up on every page in the subreport?
I am inserting the subreports into a main report RF.
CRXI
Thank You