markSaunders
Programmer
I have added a frame to an sstab (v6) with [three] tabs. on the first tab i have placed a frame. if i have [for illustrative purposes] the following code on the form_resize<br><br>frame.left = frame.left - 1<br><br>then this works fine and the frame appears only on the first tab, with the line being executed each time the event is triggered. if however the code is such as<br><br>frame.left = iBorder<br>OR<br>frame.left = 120<br><br>then the frame appears on the first & OTHER tabs?<br><br>i suspect the only method is to make the objects on the other tabs invisible? but any ideas/suggestions would be appreciated.<br>cheers <br>Mark Saunders