Greg58 Posted August 31, 2020 Posted August 31, 2020 I have a shopping list app for personal use. On the MacBook it works fine. I have a global search field which searches through the list of existing items. I have a script trigger (On Object Modify) on the field which allows a 'type ahead' search when each letter is entered. On the phone in FileMaker Go, the keyboard drops off the screen and then reappears when I type each letter. Pretty disconcerting to use. Is there anyway to stop this please?? I have attached the script I use for the type ahead. Thanks.
Steve Martino Posted August 31, 2020 Posted August 31, 2020 (edited) Yeah that type of type-ahead with that script is not an enjoyable experience. Couple things you could do is not fire the find until after a few letters are typed. Here's a script I use for a type ahead on a little game I made. I don't know if the keyboard pops up and down as it seems to fire pretty fast.script.xps What may solve your problem is don't let any other field be enterable, and use a button to go to the record you want to display Edited August 31, 2020 by Steve Martino
Recommended Posts
This topic is 1795 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now