Page 1 of 1

Page Number in Page Footer

Posted: Thu Aug 16, 2012 2:57 pm
by vario
I want to put #thePageNumber# into the Page Footer of my report but it only starts printing on the second page.

The select is of the form: "Select vehicle_details, month, sum(fuel used)"

Giving a result set:

AA55ABC 2012_01 3456
AA55ABC 2012_02 3450
AA55ABC 2012_03 3657
AB54DEF 2012_01 2654
AB54DEF 2012_02 2789

and so on...

The report structure is:
Page_Header (containing #thePageNumber#)
-> vehicle_Header
-> Detail (one line for each month)
-> vehicle_Footer
-> Report_Footer

Why does the #thePageNumber# not print on the first page when I put it in the Page_Footer?

Re: Page Number in Page Footer

Posted: Tue Aug 21, 2012 12:20 am
by admin
vario,

I'm not sure.

It works for our reports.

Try adjusting the page height.

Steven