I have a Report Footer called "GroupFooter1" and in this footer a Bound Object Frame called OleSignature.
We check the value of OleSignature inside the Footer and if it is Null, then then there is no need to have OleSignature displayed. Ideally I would like to set its Height to 0 and at the same time set the Footer Height to something smaller so that the report fits on one page.
I believe that the Footer Height can be set in the Report sections above the specific Footer. Something like
Me.GroupFooter1.Height = 6000, included in the Report OPEN, does not create a problem when it runs, BUT the Footer Height is not set.
I basically need to be able to change the height of the control inside the Footer, as well as the Footer Height.
We check the value of OleSignature inside the Footer and if it is Null, then then there is no need to have OleSignature displayed. Ideally I would like to set its Height to 0 and at the same time set the Footer Height to something smaller so that the report fits on one page.
I believe that the Footer Height can be set in the Report sections above the specific Footer. Something like
Me.GroupFooter1.Height = 6000, included in the Report OPEN, does not create a problem when it runs, BUT the Footer Height is not set.
I basically need to be able to change the height of the control inside the Footer, as well as the Footer Height.