zaad wrote:
OK, I haven't thought of that yet.
Since 'IsReadOnly' is a read-only field property, I have to make a custom property to make this work, right?
Greetz,
zaad
IsReadOnly is saying something about the field itself, not the value it contains. I understood from your posting that you wanted to enable/disable controls based on the VALUE of a field (like customer.IsGoldCustomer, which is true or false, when it is set to true, the groupbox for the goldcustomers is enabled)