Skip to Content
0
Former Member
Nov 04, 2005 at 11:12 AM

disabled controls get enabled often

103 Views

When something happens to a disbled item (e.g. a grey edit box), it gets enabled. Is this normal?

(When I change the record all items with a dbdatasource get enabled. When I change the value of a disabled item, it gets enabled.)

And if this is normal behaviour, how do I fix this? catching all relevant events and disabling the items again seems akward)