Crystal subreport

I'm pretty sure I have done this in the past by setting up a dummy group and checking the group options to repeat group header on each page. You may have to use the "whileprintingrecords" command though. So, add a formula like "PageHeader" in the sub-reports with the formula:
Whileprintingrecords;
" "

Then add PageHeader as a group with the repeat group header on each page checked. Put your page header information in that group header section. If whileprintingrecords doesn't work you may want to try whilereadingrecords

Jenn


[Non-text portions of this message have been removed]
I create a report, on my report I have two subreports. When the currency x is available then the report a to print. and if the currency y is available then the report b to print. But on my subreport, I don't know how make for repeat my header on my reports. Because for example if the report a is not on the subreport my reports header is repeat for each page if I have many page. The same reports, when I add in the subreport, since my header not repeat on each page if I have many page. How on the subreport, for sure the header repeat for each page ???

thanks

vantage 8.03.408b
If I follow your correctly, I believe what you're seeing is just an issue
with crystal.
If you have a subreport that spans multiple pages, it will cause 'show on
every page' headers and such to not appear.

On Wed, May 18, 2011 at 1:23 PM, VantageUser13 <nmercier@...> wrote:

>
>
> I create a report, on my report I have two subreports. When the currency x
> is available then the report a to print. and if the currency y is available
> then the report b to print. But on my subreport, I don't know how make for
> repeat my header on my reports. Because for example if the report a is not
> on the subreport my reports header is repeat for each page if I have many
> page. The same reports, when I add in the subreport, since my header not
> repeat on each page if I have many page. How on the subreport, for sure the
> header repeat for each page ???
>
> thanks
>
> vantage 8.03.408b
>
>
>


[Non-text portions of this message have been removed]