Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TDBLookupListBox No Selection

Status
Not open for further replies.

Wings

Programmer
Feb 14, 2002
247
US
Hi,
I have a TDBLookupListBox connected to a field in a database. I then link it to a group of TDBEditBoxes.
The problem is though whenever the TDBLookupListBox is displayed, it automatically selects the first item in the list. Is there a way to have it select nothing, and only select an item when it is clicked?

thanks for the help
 
I have not used the TDBLookupListBox but in the other listboxes the ItemIndex is indexing the selected items but if ItemIndex = -1 it is the "none selected" flag. It MIGHT be applicable i Your case too....maybe...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top