C
CJ
Hi Groupies!
I have fields in my form footer that do not always need to be completed. I
have added the code
Me.FormFooter.Visible = False
in the form OnLoad event and Current event and where ever necessary.
When the user selects the right option in the detail section, I would like
the footer to become visible
so that the appropriate fields are available. I have added
Me.FormFooter.Visible = True
where appropriate.
My problem is that when the form footer becomes visible, it does not resize
the form to show all of the detail as well as the footer. The footer goes on
top of the lower part of the detail section and covers most of it up. The
form is not full screen and I have saved it as the size that would fit with
the footer.
I know that I could make the footer visible and just use Enable and Locked
for all of the controls but I was hoping that I could use Visible because it
is easier to write.
Any ideas?
I have fields in my form footer that do not always need to be completed. I
have added the code
Me.FormFooter.Visible = False
in the form OnLoad event and Current event and where ever necessary.
When the user selects the right option in the detail section, I would like
the footer to become visible
so that the appropriate fields are available. I have added
Me.FormFooter.Visible = True
where appropriate.
My problem is that when the form footer becomes visible, it does not resize
the form to show all of the detail as well as the footer. The footer goes on
top of the lower part of the detail section and covers most of it up. The
form is not full screen and I have saved it as the size that would fit with
the footer.
I know that I could make the footer visible and just use Enable and Locked
for all of the controls but I was hoping that I could use Visible because it
is easier to write.
Any ideas?