multi-column sub report repeat page header

I

iccsi

I have a multi column report which is a sub report of master report.

I wanted to repeat the page header every time change pages.

If I put page header on the page header than the page header does not
print on the second page.

I tried to create a group and has a group header and have my header on
the group header and set repeat to true.

It does repeat header on the left side of the report, but the right
side of the report without header and have a detail record on the
header position.

Are there any way to have multi column sub report repeat header for
continue pages?


Your help is great appreciated,
 
M

Marshall Barton

iccsi said:
I have a multi column report which is a sub report of master report.

I wanted to repeat the page header every time change pages.

If I put page header on the page header than the page header does not
print on the second page.

I tried to create a group and has a group header and have my header on
the group header and set repeat to true.

It does repeat header on the left side of the report, but the right
side of the report without header and have a detail record on the
header position.

Are there any way to have multi column sub report repeat header for
continue pages?

A subreport's repeat section group header is supposed to
repeat at the top of each column. What you are seeing tells
me that either you used a main report group header or the
subreport is broken.

AFAIK, the only way to get a header the full width of the
main report across all the pages, regardless of main or any
subreport, is to use the main report page header or a main
report repeat section group header. It will take some code
in the subreport if you want the subreport's pseudo page
header to look different from the main report page header
(before a subreport takes over).
 
I

iccsi

iccsi said:
I have a multi column report which is a sub report of master report.
I wanted to repeat the page header every time change pages.
If I put page header on the page header than the page header does not
print on the second page.
I tried to create a group and has a group header and have my header on
the group header and set repeat to true.
It does repeat header on the left side of the report, but the right
side of the report without header and have a detail record on the
header position.
Are there any way to have multi column sub report repeat header for
continue pages?

A subreport's repeat section group header is supposed to
repeat at the top of each column.  What you are seeing tells
me that either you used a main report group header or the
subreport is broken.

AFAIK, the only way to get a header the full width of the
main report across all the pages, regardless of main or any
subreport, is to use the main report page header or a main
report repeat section group header.  It will take some code
in the subreport if you want the subreport's pseudo page
header to look different from the main report page header
(before a subreport takes over).

--
Marsh
MVP [MS Access]- Hide quoted text -

- Show quoted text -

Thanks millions,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top