J
João Santa Bárbara
Hi all, i have this error
"DataBinding could not find a row in the list that is suitable for all
bindings"
and this happens when i press my button to cancel using this
"Me.BindingManager.CancelCurrentEdit()"
i have in my datatable 4 string fields , one autonumber ( key ) and 1 date
field, when i press the add button using
Me.BindingManager.Addnew() and i press imediatly the
Me.BindingManager.CancelCurrentEdit() it throws the error ..
one note: i don´t have any row in my datatable. datatable.rows.count = 0
can anyone assist me .. ?
thks
JSB
"DataBinding could not find a row in the list that is suitable for all
bindings"
and this happens when i press my button to cancel using this
"Me.BindingManager.CancelCurrentEdit()"
i have in my datatable 4 string fields , one autonumber ( key ) and 1 date
field, when i press the add button using
Me.BindingManager.Addnew() and i press imediatly the
Me.BindingManager.CancelCurrentEdit() it throws the error ..
one note: i don´t have any row in my datatable. datatable.rows.count = 0
can anyone assist me .. ?
thks
JSB