Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pause in loop

Featured Replies

i have a loop which checks what field the user is currently typing in so that when the user enters a certain field, a different script begins to execute. this all works perfectly except for one minor problem. When the user types slowly in large text fields, the script is fine, however, if the user types quickly, periodically filemaker beeps as if there were an error and skips over the letter that the user had just typed. This is a problem since most of the users who will be using this database in my company will need to be typing quickly so that the data can be entered efficiently and promptly. I have a pause set for a duration of 2 seconds because i was getting less beeps with that rather than 1 second. is there something i can do to minimize this nussance further?

your loop should be something like this:

loop

___pause 2 sec

___test

end loop

the more time filemaker spends time performing the "test" the more probable is that it will beep while the user types.

if the "test" is just testing which field is the user typing in, then there is nothing more to optimize. But if you are performing other operations I would suggest you to optimize.

  • Author

my script looks exactly like that

loop

pause 2 seconds

if statment checking fieldname using Status(currentfieldname)

perform script only if 'if=true'

exit loop if 'if=true'

end if

end loop

the problem only occurs when the user types quickly

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.