Servoy v4.x
I have several forms in list view which have a global search field where you can enter a substring hit return and it will run the search method across several dataproviders adding appropriate wildcard characters in order to return matching records (think of a contact table where entering ‘rob’ can return a found set in list view of: Robert Smith, David Robertson etc)
What I want to do is run this find on keystroke.
So as soon as the user keys in ‘r’ then it runs the search, then the user keys ‘o’ and it runs the search using ‘ro’ and so on
Similar to typeahead but I need the flexibility to initiate the search method for each key pressed in turn and not use a valuelist
Can’t seem to find anything on the forum so would appreciate any pointers, please
Cheers
Harry