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..?
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
Last edited: