B
Bob Ranck
VB[WinForm]
I am using a Binding Manager loacated in a Data Access
Layer.
Lets say in a test dataview I have 9 rows and I add a new
Row using the BindingManager.AddNew Function.
If I look at the BindingManager.Count - at this point I
have a count of 10 rows as expected.
However
If I look at BindingManager.Position, it is pointing to
row 0. (and in addition any of my attempts to set it to
row 9 fail) It seems to be determined to stay at row Zero
Of course and editing is now affecting the first row of
the dataview instead of the row that was added.
Can anyone tell me how to avoid this problem or to point
to row 9 instead??
Bob
I am using a Binding Manager loacated in a Data Access
Layer.
Lets say in a test dataview I have 9 rows and I add a new
Row using the BindingManager.AddNew Function.
If I look at the BindingManager.Count - at this point I
have a count of 10 rows as expected.
However
If I look at BindingManager.Position, it is pointing to
row 0. (and in addition any of my attempts to set it to
row 9 fail) It seems to be determined to stay at row Zero
Of course and editing is now affecting the first row of
the dataview instead of the row that was added.
Can anyone tell me how to avoid this problem or to point
to row 9 instead??
Bob