Page Number in Page Footer
Posted: Thu Aug 16, 2012 2:57 pm
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?
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?