Hi,
I have a listbox on my form, which I use the datasource as, and a textfield which I use as the search time.
I have a command set on change for the textfield to change the datasource, and I would like it to change on every keypress so it automatically updates the listbox with the records which are Like the search term.
I have the correct sql statement for doing this, it is the updating on every keypress I am having trouble with.
I have to tab out of the field, and then go back to it, and press space for the datasource to change.
Is the on change listener the best one to use for this?
I have a listbox on my form, which I use the datasource as, and a textfield which I use as the search time.
I have a command set on change for the textfield to change the datasource, and I would like it to change on every keypress so it automatically updates the listbox with the records which are Like the search term.
I have the correct sql statement for doing this, it is the updating on every keypress I am having trouble with.
I have to tab out of the field, and then go back to it, and press space for the datasource to change.
Is the on change listener the best one to use for this?