Hi,
this is my Problem:
I need to print the footer of a table on the first page of the RTC Body. The Problem is, that i can not use the Globals!Pagenumber in the body. Is there a possiblity to set a flag, the at this footer is only printed on the first page.
thanks in advance
rom
0
Comments
out of the box i would say to set the repeatonnewpage = No for the footer lines.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
of course, here is the layout, and the general properties of the relevant table.
where is the footer shown?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
moreover, if the body has a lot of lines, the footer of the table will be printed on the last page (or on all pages if you set the repeatonnewpage = true).
I've never tried it, but you can probably use the globals!pagenumber in the code of the report, and you can probably do a getdata function to retrieve the value.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
At the moment, the footer is printed at and of the table on the last page. I already tried to get the pageno with a getData function, but I get PageNo 1 on every page :-(
For the moment, i will leave it at the last page.
you can use the PAGE footer instead of the table footer, then you have to manage the visibility of the "signature" based on the page number. In the header and footer sections, you can use the globals!pagenumber
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
I know, but i need the page footer for an company logo, which is print on every page :-(
The only drawback is that you lose some space because the footer "eats" o chunk of the page even if it doesn't print a thing
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog