My Assistant
![]() ![]() |
|
|
May 27 2004, 01:21 PM
Post
#1
|
|
|
UtterAccess Member Posts: 30 |
Hi,
I tried to make the Page Header and the Page Footer not to show up in the Report Footer using the following code: Private Sub ReportFooter_Format(..) Me.pageheadersection.visible=false Me.pagefootersection.visible=false End sub It ends up, that the page header and footer are not visible on all pages. How can I make them visible on all pages but not on the last one. TIA Andreas |
|
|
|
May 27 2004, 01:34 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 1,730 From: Carrollton, TX |
Do not set the page header/footer in this manner.
Go to the report design and view the report properties. You will see a Page Header and Page Footer Property. Set the values to "Not with Rpt Ftr". |
|
|
|
May 27 2004, 01:55 PM
Post
#3
|
|
|
UtterAccess Member Posts: 30 |
Thanks a lot rbianco!!!
I forgot these settings! Kind regards Andreas |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 18th June 2013 - 08:11 PM |