If you don't need the page footer to print anything then you could make a one inch high page footer visible/invisible base on the page
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Thursday, May 12, 2011 9:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Different margins on report odd/even pages. << Put a one inch high region in the report page header and footer, and set it up so it does not resize. You may have to put something at the bottom of each of those regions to force them to display , perhaps a text field with a period in it. Print the report and adjust until you have the blank inch at top an bottom of each page. Add component ids to the regions and in the before generate page headed make the appropriate regions visible/invisible base on the page number. >> This is the solution I used and it works well for the Page Header. The Page Footer, however, seems to be of a static height and can't be set to resize itself to fit the content -- so "adding" height by making the region visible will not change the height of the footer. -- Larry

