make tabctl visible

yoavchen

Registered User.
Local time
Today, 13:45
Joined
Jan 31, 2005
Messages
53
i am trying to make my tab control visible, after i did it visible=false in the open form event.
the problem is that the button that supposed to open the tab control is locates in a form and the tab control is located as a sub form.
it doesnt recognize any version of writing that i am trying.

details:
main form - "f_1"
sub form - "f_2"
the btn - btn1 (located in the main form)
the tabctl - tblctrl1 (located in the sub form)

please advice
 
Me.subformControl.Form.Visible

subformControl = the control name - it may be different from the name of the subform that you see in the form's container.
 

Users who are viewing this thread

Back
Top Bottom