Datagrid with comboboxes

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
 
R

Reidar

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top