StrataFrame Forum

Disabling\Enabling non bound controls in edit\new mode

http://forum.strataframe.net/Topic3261.aspx

By Paul Chase - 10/3/2006

I have a a set of YES check box's that are bound to a bit field and a set of No check box;s that are unbound. I have added the logic to toggle the checks and everything is good. Can you point me in the right direction on adding the logic to have the unbound controls enable\disable in concert with the bound controls.

Thanks

Paul 

By Paul Chase - 10/3/2006

never mind figured it out
By StrataFrame Team - 10/4/2006

Did you use the EditingStateChanged event of the business object?
By Paul Chase - 10/4/2006

Yep thats the method I used.