Greetings all
Thank you for all the assistance. Your examples helps a great deal.
So far i have a DBF file with about 12 different fields:e.g. Surname, Name, Phone number etc.
It is possible that the same surname may occur more than once in the database.
I use the TDBF control with a couple of Tdbflookupcomboboxes and grids.
I have a TEdit control in which the user will enter the surname and then it should list ALL the entries it finds in the database.
1. Should i use a listview control to display that search?
2. I can find the first entry using the controls, but how do you find all the others?
3. If not a Listview, can one use a DBgrid to show only the searched records?
Could you please just point me into how to find and display multiple entries from a specific field in a DBF?
Regards,
Peter