S
swas
Hi,
I have a tab control with several pages. On each page is a form, and I want
to reference the visible property of these forms (Rather than individual
controls within the form).
tabMainTree.Pages.Item(tabMainTree.Value).Controls gets me to the controls
on the page, but can I specifically reference the form object, or do I still
have to iterate through each control looking for an acForm?
Thanks in advance.
swas
I have a tab control with several pages. On each page is a form, and I want
to reference the visible property of these forms (Rather than individual
controls within the form).
tabMainTree.Pages.Item(tabMainTree.Value).Controls gets me to the controls
on the page, but can I specifically reference the form object, or do I still
have to iterate through each control looking for an acForm?
Thanks in advance.
swas