TDBLookupListBox : Unselect an item in its list, How ?


2005-04-13 05:26:40 AM
delphi260
Cross Post, no answers from Builder ADO newsgroup
Hi
Does any one know how to unselect a selected item (record) from the list
of a TDBLookupListBox control.
More Details...
If the user selects an item in the list, it is highlighted blue (in my
case), if the dataset supporting the list is then closed and requeried,
when reopened then the list still has the item (record) at that position
highlighted. I want to /not/ have this occur.
It almost appears that either TDBLookupListBox component or the
Dataset/source has a memory - it keeps the position of the item (record)
last selected by the user. I want to make it forget...
many thanks
daryl