berthe
4th March 2003, 12:29
I want to print a footer of max. 8 lines. The layout of the footer is divided in several parts, each with their own layout_number. The first lines of the footer are printed at the bottom of a page, the following lines are printed on top of the next page (after the header).The number of lines of the footer printed on the bottom on the page is variable and is mostely a combination of the first 2 or 3 layouts.

patvdv
10th March 2003, 19:36
Just bumping this thread is it was previously stuck in our moderator queue.

rdbailey
10th March 2003, 23:26
Hi Berthe,

It looks like you are trying to do a "continuation footer/heading" from what you are saying.... i.e. subtotal for page X = $###.##

carried forward from page X = $###.##

If this is the case, you can use a footer and header combination on your report layout. The header would be conditional on page # > 1. The footer would be conditional on the line count = last line (set a flag in your script).

I hope this helps.

berthe
11th March 2003, 09:40
Hi,

thanks for your answer, but the real problem was the fact that I used texts in the footer. I copied them into strings and now it works.

Berthe