Click to See Complete Forum and Search --> : UserControl with BindingCollection


Alexander Kempf
December 4th, 2000, 10:49 AM
Hi,

I'm trying to create a UserControl with a TextBox
bound to a Database via BindingCollection.
It shows that it doesn't react exactly like a
'normal' TextBox. E.g. when you enter a double-
value and move to another TextBox, the normal
TextBox somehow tells the underlying Recordset
that its value has changed. When you call the
CancelUpdate-Sub the original value is brought
back again. Why doesn't that work with a
UserControl?
Can anybody help?