Jump 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.

Featured Replies

On Windows, most users use the Enter (or Return key) key to advance from field to field. Is there a way in FMP, to have control on a field (or layout) that allows a user to use the Enter or Tab key to advance from field to field (without creating a cariage return)?

TIA

quote:

Originally posted by BarryZ:

On Windows, most users use the Enter (or Return key) key to advance from field to field. Is there a way in FMP, to have control on a field (or layout) that allows a user to use the Enter or Tab key to advance from field to field (without creating a cariage return)?

TIA

Tab=next field

Shift -tab=previuos field

Dj

Not easily. You can enter a script that loops, pausing one second in each loop. When a user hits the enter key, they exit the field, so you could check to see if there is anything for the Status( CurrentFieldName ) and if not, go to the next field, re-entering the loop until the next enter hit.

Chuck

  • Author

Okay if there's no way to reassign the enter key to simulate the tab key. Is there a way to disable the enter key from putting a CR (carriage return) in a field and if this can be accomplished, could we also flash a message instructing the user to hit the tab key?

If you're sure that you never want a carriage return in the field, you can use validation. In define fields, validate using a calculation. If you're validating a field called MyField, make the validation the following:

code:


not PatternCount( MyField, "

I know of two plug-ins for Windows (you mentioned Windows, but your icon is Mac?) that make the Enter key act like Tab:

FreeTAB and Tabby Keys.

I haven't used them myself, but I have set up the looping Go to next field () script. Works very well in some setups. But sometimes it works just as well to say, "I know you're used to using the Enter key, but this program uses the Tab key. Life's a lady canine. Have some cake."

Or something. tongue.gif

Create an account or sign in to comment

Important Information

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

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.