Welcome! Log In Create A New Profile

Advanced

Report over 2 pages

Posted by Michael Drechsel 
Michael Drechsel
Report over 2 pages
November 14, 2008 12:05PM
Hi,

I have a report that goes on 2 pages. On each page should be a head and foot area, but I can´t select this.

Has anyone ever done this before ?
Louis Verbraak
Re: Report over 2 pages
November 14, 2008 12:24PM
Hello Michael,

When you want different pageheaders and -footers on each page, you can add some iteration block to the report and on the moment the pageheader or -footer will be print you can call that block by using something like:

IF griPagenumber=1 THEN
____iPrintBlock(IterationBlock_Pageheader_1)
ELSE
____iPrintBlock(IterationBlock_Pageheader_2)
END

HTH.
Michael Drechsel
Re: Report over 2 pages
November 14, 2008 12:36PM
Hi Louis,

thx for your reply.

I drag the bottom of the "body" block over 2 pages, so I don´t have the possibility to insert any other block. Are there other ways to print a report over 2 different pages in one document ?
Michael Drechsel
Re: Report over 2 pages SOLVED
November 14, 2008 12:44PM
I think, the 2nd page shoud be completly build with iteration blocks.

thx
DW
Re: Report over 2 pages
November 14, 2008 01:36PM
Hello Micheal,

I have done this by creating the header and footer in one report then creating a second report with the 2 pages and using it in the first report as a iteration block.

Dennis W
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: