On 1/9/2010 11:20 PM, Ed Leafe wrote: > If you bind a table column to any list control, all of the values in > the column must be present in the control's Choices property That's what I understood from the code. I agree with this functionality when the ValueMode is Key or Position, but when value mode is String that means that you don't really care about the key and what you are saving in your database is the string value. As it is a combobox and not just a dropdown, its nature is to accept values that aren't in the list.
I am going to override the functionality, the question is should I do it in a derived class, or would you agree that this is a bug and include it in dabo if I fix the original file? Sim _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
