Hi

I have a winform app with fields bound to a backbend db via a currency
manager (System.Windows.Forms.CurrencyManager). The app generally works fine
but in a specific instance where I select a value from a drop down control
and then call the MyCurrencyManager.EndCurrentEdit(), to begin to try to
save the record, the position of the currency manger becomes -1 which
creates problem in saving and accessing the original record. What could be
the problem and how can I debug this?

Many Thanks

Regards