Hello
I have a large table (coutry city names and zip codes) to check in my app.
Ideally this is a dbcombo feature, but unfortunately i get thrown out by xharbour for memory problems... The table has 50.000 entries. I am running a vista with 2 gb memory.
I have written a listbox (txbrowse) incremental search for it, and it works ok. My problem is calling this function meanwhile the get.
I have tried the valid clause, but this gets evaluated once the get is finished. This is what i am doing now because i have no other solution and it is not the best way.
Is there a way to type some characters in te get and have simultaneously a listbox showing values close to what you type ?
Ex : If i type P everything starting with p will appear, pa....etc
thanks for your help,
Richard