Topic: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

Hi! I want my TextBox not ComboBox to use autocomplete or atleast searchable based on it's TableName and FieldName.
Thanks!

Re: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

Hi
Maybe try something like this (see attached).
Derek.

Post's attachments

Attachment icon autocomplete.zip 373.23 kb, 145 downloads since 2022-04-28 

Re: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

derek wrote:

Hi
Maybe try something like this (see attached).
Derek.

Thank you derek!

Re: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

The script works when the searched string is unique but I'm having a problem when I have multiple same strings. The search does not work when it has more than 1 entry in the database.
Thanks!

Re: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

Perhaps do it something like this then.
The bigger question is if you have multiple same strings, then how do you know which one you should be choosing?
Derek.

Post's attachments

Attachment icon autocomplete2.zip 373.86 kb, 173 downloads since 2022-04-29 

Re: TextBox not ComboBox Autocomplete/Intellisense or atleast Searchable

derek wrote:

Perhaps do it something like this then.
The bigger question is if you have multiple same strings, then how do you know which one you should be choosing?
Derek.

Thanks derek! I hope that MVD will have an update soon that includes native implementation of searchable EditBox like the ComboBox. Thanks!