thejkfarr Posted March 30, 2012 Posted March 30, 2012 I hope this is an easy question. I have written a filemaker go app for the iPhone and my clients don't want the keyboard on the iPhone to pop up when an end user clicks a field. something like "only allow drop down list" but no keyboard. this possible?
trevix Posted May 12, 2012 Posted May 12, 2012 HI. I've been fighting with the same problem, but I think I found a solution. Put a trigger (on object modify) on the pop field with a script that: - commit the record - halt the script The "halt" script seems to work on avoiding the keyboard to come back. Trevix
db_tragic Posted January 14, 2013 Posted January 14, 2013 Alternatively, instead of the 'halt' script step, I just include a Goto Object step, and point it to a named button or other named object on the current layout. This stops the keyboard from popping up as well.
yliqueur Posted January 23, 2013 Posted January 23, 2013 the easiest way is to use the layout inspector and uncheck field entry / browse mode for all the fields that are not dropdown menu 1
Recommended Posts
This topic is 4322 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