You can't, but your second suggestion is getting closer.
There's nothing special about the RH except that it comes before the
report. Effectively, it's a page header only shown on page 1.
So you can do this:
PHa, repeated on each page.
PHb, only on page 1.
To select a report to only print on page 1, go to the Section Expert
and select the X-2 button to the right of 'Suppress'. You then put
an expression which if true, suppresses the page (but don't click
the Suppress checkbox). So the formula is:
PageNumber > 1
To show on all pages except page 1, put:
PageNumber = 1
Andrew
> Hello
>
[quoted text clipped - 21 lines]
> Thanks in advance !
> Lukas

Signature
Andrew Gabb
email: agabb@tpgi.com.au Adelaide, South Australia
phone: +61 8 8342-1021
-----
Lukas - 05 Sep 2008 16:58 GMT
Hello Andrew
It was exactly what i searched for!
Thank you very much!
Lukas