PDA

View Full Version : is there way to autocomplete



wasim21k
04-30-2007, 09:52 AM
hi,
just wandering is there way to save last entered input for application and next time when user enter some thing it give list as you can say history in internet explorer you type web address???

bule
04-30-2007, 09:57 AM
There is, but you'll have to a reasonable amount of coding to pull it off..

RizlaUK
04-30-2007, 10:47 AM
look in the examples or suggestions forum, someone (i cant remember who) posted a suggestion/example which showed auto compleat on a input object....its worth a look ;)

TJ_Tigger
04-30-2007, 05:07 PM
I did this with an sqlite database where I would search the appropriate column for text like that and then autocomplete with that information, or you could use a combobox and do the same thing and filter your list based on what they type.