I'm trying to use a form created with the VB.NET Data Form Wizard. When I
try to test the form by adding data, I get the above error message (the
record does not get added and it erases a non-related field!).
The value in the field is not a NULL value. This seems only to happen to
key fields - n...
more >>
I have an object and a strongly typed collection (inheriting
collectionbase) of that object.
The collection also implements iBindingList.
I am attempting to run some of my own code in the OnSet or the
OnSetComplete methods. But when I put a breakpoint in those events, I
do not seem to hit t...
more >>
I created a form that is displayed as DialogBox for the user. The form has
couple of Textbox that are bound to the Dataset and shows the current value
in them correctly.
"
TextBox1.DataBindings.Add("Text", DS, "TableName1.FieldName1");
TextBox2.DataBindings.Add("Text", DS, "TableName1.FieldNa...
more >>
Hi
I have an application that has in memory tables which are related. I
have recently upgraded to 2003 MSDN - which seems to have thrown an
error which I did not have before.
Here is the scenario...
First I build a couple of simple tables:
______________________________________________...
more >>