Print PageFooter just on last Page
Pietro Cannizzaro
Hi,I need to print a PageFooter just on last page.
In order to do this I putted the following code into Visible property of PageFooter.
(GetData("LD.Par.FormType")="140") And (PageNumber = PageCount)But unfortunatly the PageFooter is printed out just if the document contains few rows and just one page is enought to show them. (With my custom template I'm able to print up to 8 rows on one page. If just one page is enought to print the document, everything works fine).
If I have more than 8 rows (10 for example) LD should print 10 rows within the first page (which shouldn't has the PageFooter) and just the PageFooter in the second page. But it doesn't work so.
It prints just the first page containing 10 rows and no more pages. :roll:
Philipp Knecht
HiPlease be careful with making pageFooter visible/invisible because of the double pass feature (FAQ lookup for "page break")
Put a regular footer into a regular databand and set the property alignbottom of the databand to true. (its like an report footer then...)
in the default din document you can put a footer into the Document Footer databand.
hth
Pietro Cannizzaro
Ok, as you said I added a regular footer into Document Foter databand.Solved!
Thank you very much!
0
Please sign in to leave a comment.
Comments
0 comments