Call EndEdit.

Signature
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
> VS2005 in a Windows form
>
[quoted text clipped - 13 lines]
>
> Rick
Rick - 30 May 2008 19:22 GMT
Thanks,
I tried to call from the combobox.SelectedIndexChanged event both
BindingSource.EndEdit and also the data object EndEdit and neither retained
the changed value, i.e. they reverted back to the original value.
Apparently the combobox does not know it has a changed value unless it
actually drops down.
Any other suggestions?
Regards,
Rick
> Call EndEdit.
>
[quoted text clipped - 15 lines]
>>
>> Rick