# | Line 15 | Line 15 | |
---|---|---|
15 | * | |
16 | * The Initial Developer of the Original Code is Tony Whyman. | |
17 | * | |
18 | < | * The Original Code is (C) 2011 Tony Whyman, MWA Software |
18 | > | * The Original Code is (C) 2015 Tony Whyman, MWA Software |
19 | * (http://www.mwasoftware.co.uk). | |
20 | * | |
21 | * All Rights Reserved. | |
# | Line 405 | Line 405 | begin | |
405 | end; | |
406 | NewKeyValue := ListSource.DataSet.FieldByName(KeyField).AsVariant; | |
407 | end; | |
408 | + | Text := ''; {Ensure full list} |
409 | UpdateList; | |
410 | KeyValue := NewKeyValue; | |
411 | UpdateData(nil); {Force sync with DataField} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |