L
lmcgowan
Guest
I want to insert a tab contorl onto a form. These controls already exist on the form and the way that you are told to pot then on the tab control is to either copy them from the form or drag them from the field list. This means that you loose the code behind the controls and have to rename them. I have some code on the form which reads.
Forms!frmProblem.lblpip.Visible = False
this piece of code works on the form but as soon as i copy it into the tab (tab) on the page (pip) and change the code to
Forms!frmProblem.tab.pip.blpip.Visible = False
It no longer works. I really want the same functionality as before but an having real difficulty copying these controld over to a tab control.
Please help..
Forms!frmProblem.lblpip.Visible = False
this piece of code works on the form but as soon as i copy it into the tab (tab) on the page (pip) and change the code to
Forms!frmProblem.tab.pip.blpip.Visible = False
It no longer works. I really want the same functionality as before but an having real difficulty copying these controld over to a tab control.
Please help..