Datagrid with comboboxes

  • Thread starter Thread starter Reidar
  • Start date Start date
R

Reidar

I am making a datagrid with one table.
In this datagrid I change som columns from textboxes to comboboxes.
The comboboxes has datasource from another table, displaymember is the
textfield from table2
and memberValue is the ID.
This works OK first time I run the application, but when I enter the form in
design I get the message
The variable 'TblGjoreMalBindingSource' is either undeclared or was never
assigned.
I can't see what I am doing wong.
reidarT
 
Here is the errormessage appearing as a warning

The variable 'TblGjoreMalBindingSource' 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)

reidarT
 
Back
Top