Tab Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I use the tab Control object in form design, sometimes an object I
create in one tab, is copied or displays in the same position in all the
succeeding tabs. It happens whether its a text or label box or hyperlink or
listbox, however most times I dont have this problem. I have yet to figure
what Im doing wrong in my form creation that is causing this. Why is this
occuring and how can I resolve?

thank you
 
It is because you have placed the control on the form and not the TabControl.
Select the control and cut it off of the page. Then select a tab and paste
it back. You can't just move it. You need to Cut and Paste.
 
Back
Top