Thamarai
10th April 2008, 07:58
Hi,
I dont want to print footer in first page as my detail section continues in more than one page. so, i have used the lattr.enddata in footer to print at last. But now, the pages are printing with spaces of footer section.

Can anybody help me how to suppress this space and print the detail continuosly.

Thanks in advance,
Thamarai.

mark_h
10th April 2008, 08:51
Are you sure you want a footer? You could probably set lattr.print to false in the report script for the footer for page 1. Or if you have a sort field you could just move the footer to an after.field layout.

george7a
10th April 2008, 09:09
Hi,

If you want to print only on the last page, you might consider using the "after.report" section. If not then, as mark said, use the predefined variable.

- George