Board index » delphi » Adding two seperate items to a ListBox
Martin Viant
![]() Delphi Developer |
Thu, 01 Nov 2001 03:00:00 GMT
Adding two seperate items to a ListBox
I want to write to a Listbox the items from two columns from the table
Trv_Agnc.db:- Trvl_agent_name, City_code. When I run the query I keep getting the error "Can't find item SQLString := 'SELECT Trvl_agent_name,City_code FROM trv_agnc'; I have the list box set-up with two columns & multi select. Any ideas All suggestions greatly appreciated. regards |