S SCS Member Licensed User Longtime User Mar 6, 2014 #1 Is it possible to have ajax style of search in edittext field while the database (MySQL) is in REMOTE Server? Or I need to sync all records to device SQLite file first?
Is it possible to have ajax style of search in edittext field while the database (MySQL) is in REMOTE Server? Or I need to sync all records to device SQLite file first?
Erel B4X founder Staff member Licensed User Longtime User Mar 7, 2014 #2 You can use the TextChanged event to send requests. Though it will be much faster if you can first download the data (check SearchView class). Upvote 0
You can use the TextChanged event to send requests. Though it will be much faster if you can first download the data (check SearchView class).