Hi ;
I hope this better explains my problem.
I clicked on the "smart" button on the dataAdapter.
Next I choose the "edit queries in the dataset designer".
Then I right-clicked the dataadapter associated with the table and went into properties.
FInally I changed a property and then exited out of the TableAdpater and rebuilt and executed the App again.
Now instead of being able to edit the form I get a screen full of error messages.
For instance :
The variable 'Branch_CodesBindingSource' is either undeclared or was never assigned. Hide |
|
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
There are several of these errors now.
It's like the Property changes I made were never written to the desinger file ?
Hope this helps your understanding.
Later,
Geemann |