--- ibx/trunk/ibcontrols/IBLookupComboEditBox.pas 2015/02/26 10:33:34 21 +++ ibx/trunk/ibcontrols/IBLookupComboEditBox.pas 2015/03/13 10:26:52 23 @@ -15,7 +15,7 @@ * * The Initial Developer of the Original Code is Tony Whyman. * - * The Original Code is (C) 2011 Tony Whyman, MWA Software + * The Original Code is (C) 2015 Tony Whyman, MWA Software * (http://www.mwasoftware.co.uk). * * All Rights Reserved. @@ -405,6 +405,7 @@ begin end; NewKeyValue := ListSource.DataSet.FieldByName(KeyField).AsVariant; end; + Text := ''; {Ensure full list} UpdateList; KeyValue := NewKeyValue; UpdateData(nil); {Force sync with DataField}