protect combobos selection item..

edgarbenilde

New member
Joined
Feb 20, 2008
Messages
4
Programming Experience
1-3
Hi! can someone help me here...
Conflect in my combobox selection....

The error is always happen evrytime i run the program when i select item on it's list the other item list beside it was also change to it's name...

'This is how i fill the data... and use Data Bounds Item Property of a combobox.
Me.ItemsTableAdapter.Fill(Me.SMRPSourceDataSet.Items)
Me.PhasesTableAdapter.Fill(Me.SMRPSourceDataSet.Phases)

Please see attachment for more info..


Image 1.
Before selecting
Bonding system (CB) is visible
After selecting Breakers (EA) and select again looking for Bonding System (CB)
But Bonding system (CB) becomes Breakers (EA).. why? that why the other relation data will not change into category..

The same as Image 2
After selecting Finishing the Excavation was change to Finishing also..

How could i prevent or protect this conflects..?
 

Attachments

  • Copy of Selection.jpg
    Copy of Selection.jpg
    32 KB · Views: 32
Last edited:
Not enough info in your post to answer your question, I need to see the data binding setup. Can you please zip up JUST THIS ONE FORM and the dataset, and upload them here so i can review the code? I suspect you have either bound too many properties, or reused a bindingsource when you should not have..
 

Latest posts

Back
Top