How do I display the data previously entered in a textbox?

Hallo!

I have a problem....
When I click on a TEXTBOX, I would like to see the list of the last previous entered data (suggestion) that I can choose without retype.
Is it possible?

Thank you!!!!

search extension autocomplete

There is an event that can catch when the text box receives focus, right?

If you keep lists of text values by input name, you can expose the corresponding list in a hidden Listview under that text box.

1 Like