Hi,
For heiko : i use SetColumnError on the datarow. But you are right: the problem was somewhere else.
I've set databindings manually with something like next line :
textBox1.databindings.add("Text",Me.dataSet1.Table1,"Column_name")
This works.., but not for an errorprovider.
Solution :
Textbox1.databindings.add("Text",Me.dataSet1,"Table1.column_name")
Think there is still work to do for microsoft !
Thanks all
Greetings
Krijn