Adding controls to frames in sstab
Hi All,
I've an application in which I've placed several sstabs and add controls to the frames placed in the forms.
Lately, I tried to add a check box control to the frame 1 in the sstab 5. But the control seems to be visible in sstab1, 2,3 and 4.
Anyways to make it tie to a particular frame alone.
Thanks
Re: Adding controls to frames in sstab
Quote:
But the control seems to be visible in sstab1, 2,3 and 4.
That means the CheckBox is not a child control of the Frame, you probably just dragged it on top of the Frame instead of actually inserting it into the Frame.
Select the CheckBox control.
Hit Ctrl-X.
Select the Frame.
Hit Ctrl-Z.
Re: Adding controls to frames in sstab