G
Guest
Hello. I have a form with a tab control on it. What I would like to be able
to do is make some of the tab control pages invisible until the user checks a
checkbox at which time the page will then appear. I've gotten the page to
appear/disappear when the checkbox is checked/unchecked using the checkbox
click event. But, what I have a problem with is when the user changes
clients and the tab control changes information to the selected client. It
is a checkbox that not all clients would have checked. I placed the checkbox
click info (simple IF statement) into the tab control change event but
nothing occurs.
Does anyone have any ideas on how to get this to work?
Thanks in advance for any assistance.
*** John
to do is make some of the tab control pages invisible until the user checks a
checkbox at which time the page will then appear. I've gotten the page to
appear/disappear when the checkbox is checked/unchecked using the checkbox
click event. But, what I have a problem with is when the user changes
clients and the tab control changes information to the selected client. It
is a checkbox that not all clients would have checked. I placed the checkbox
click info (simple IF statement) into the tab control change event but
nothing occurs.
Does anyone have any ideas on how to get this to work?
Thanks in advance for any assistance.
*** John