cheers Frans.
i have been experimenting with the errorProvider.Ideally, I'd like to use this in conjunction with the Validator classes.It seems like a logical way to go, but I might be breaking some of the abstraction that LllbGen provides.
I want to be able to do the following, in order to valid a "customer" entity
<pseudoCode>
if _currentCustomer.Validate
//do nothing..it is valid
else
display the errorProvider
endif
<\pseudoCode>
This code doesn't work..but I am not too concerned with that at the moment.
Is anyone using the validator classe in conjunction with the default windows errorProviders?
To re-iterate, I think it's a good idea to give the user some intuitive feedback as to "why" the data the they entered is invalid..
Can anyone comment?
many thanks,
yogi