Hello!
I'm pretty new to Delphi, so please bare with me. I'm using Delphi 5 Pro.
I have a master/detail scenario on a form. When selected via a DBNavigator, the form displays a tour company with all of it's addressing and contact information (the master), as well as all of the tour groups (the detail) that company has booked.
The table containing the Master information has about 150 records and therefore is very tedious to sift through one at a time (even though they are sorted alphabetically in the TQuery) to find a specific company. I would like to put an auto-complete DBEdit or DBListBox or something that enables a user to start typing a company name in the field and the closest matching company name will appear.
ex: In the DBEdit (or whatever) you type "d" and the company "Dale's Tours" comes up because it is the first "D" alphabetically. Then as soon as you add the next letter "o" the company will change to "Don's Tours" etc.
Any suggestions on how I can accomplish this would be greatly appreciated.
Thanks, Faded
I'm pretty new to Delphi, so please bare with me. I'm using Delphi 5 Pro.
I have a master/detail scenario on a form. When selected via a DBNavigator, the form displays a tour company with all of it's addressing and contact information (the master), as well as all of the tour groups (the detail) that company has booked.
The table containing the Master information has about 150 records and therefore is very tedious to sift through one at a time (even though they are sorted alphabetically in the TQuery) to find a specific company. I would like to put an auto-complete DBEdit or DBListBox or something that enables a user to start typing a company name in the field and the closest matching company name will appear.
ex: In the DBEdit (or whatever) you type "d" and the company "Dale's Tours" comes up because it is the first "D" alphabetically. Then as soon as you add the next letter "o" the company will change to "Don's Tours" etc.
Any suggestions on how I can accomplish this would be greatly appreciated.
Thanks, Faded