Click here to Skip to main content
15,888,220 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi. I am trying to answer a question on a course but can't find the info in the course books and as its a marked assignment I can't ask the tutor for help.

The question is this:

If a user adds some new stock using the Stockdialog form, then MainForm's StockBindingSource gets updates with this new stock. If a user then changes the size in one of the sizeComboBox combo boxes, the new stock record is lost. Explain why.

You can assume all forms, comboBox, bindingSources are working.

Any hint, clues, or actual answers would be appreciated.
Posted
Comments
Maciej Los 28-Mar-15 13:22pm    
Changes are not made on database level. That's all!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900