Hi Everyone.
I'm having a little problem trying to set the height of the page header of a report.
I'm using textboxs with cangrow on in the report header with no problem then I'm repeating some of the same boxes in the page header (for the 2nd page).
I've found out you can't adjust the header on the onformat or onprint events.
So does anybody have any ideas?
My current thinking is:
1) open form to find out the cangrow height
(textbox cangrow height - standard height)
2) close report
3) set height of header using-
Reports![RPT_Form1].Section(3).Height = cangrow_height
4) open report
Thanks for help.
I'm having a little problem trying to set the height of the page header of a report.
I'm using textboxs with cangrow on in the report header with no problem then I'm repeating some of the same boxes in the page header (for the 2nd page).
I've found out you can't adjust the header on the onformat or onprint events.
So does anybody have any ideas?
My current thinking is:
1) open form to find out the cangrow height
(textbox cangrow height - standard height)
2) close report
3) set height of header using-
Reports![RPT_Form1].Section(3).Height = cangrow_height
4) open report
Thanks for help.