PDA

Click to See Complete Forum and Search --> : The FRAME control !!!


Corne
Jan 11th, 2000, 05:17 PM
I have 20 controls in one frame.
Is there a way to disable all that controls witin the frame with a simple line of code.

Any info will be appreciated.

:) :) :) :) :) :) :) :) :) :) :) :) :) :)

Mark Sreeves
Jan 11th, 2000, 05:35 PM
disable the frame

Crazy D
Jan 11th, 2000, 06:05 PM
Yes, that's the easiest way.

I've had times I had to disable different controls on several moments, I used the tag property to indicate which controls should be disabled, and looped thru all controls and checked the tag.