TextBoxes on Tab Controls

gblack

Registered User.
Local time
Today, 09:25
Joined
Sep 18, 2002
Messages
632
OK I'm really not liking Tab Controls right now.

On the first tab of my tab control, I have 5 unbound textboxes.

Two of them are fine and show up only on the first tab...but the other 3 show up on all the tabs...Whats up with this?

I have checked the properties and they appear to be the same...so what am I missing (other than a brain?)?

Also when I go to veiw >> tab order, Some of the textboxes show, but others don't and they aren't in conjunction with the other problem... UG!

Any help would be great!

Thanks,
Gary
 
Normally this is caused when the control is drop on the form not on the tabcontrol. Cut them and repaste back on the tabcontrol. The main body of the tab will gray when it is a good time to drop them. This can happens when a control is moved on to a tab control or if the txt control is dropped to close to the edge of the tab control. The only way to fix is to cut anfd paste or create it new on the tab control.

Good Luck
 
Ah THANKS!!!
 

Users who are viewing this thread

Back
Top Bottom