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

Can one tab vertically from one record to the next in a List Layout without using the mouse? It appears that the user can only tab horizontally (within the same record)in a List layout, and has to use the mouse to move the cursor up/down a record or use a button to trigger a script to move from record to record.

It is annoying for user to enter vertical data in a list layout, as I don't think the user can use keyboard to move vertically to enter data.

Is that correct?

  • 4 weeks later...

Yes, you are correct. You cannot tab vertically. Perhaps export to Excel, then it's easy.

~Dennis

Hey Dale.

I can't think of any way it can be done with tabs, but it can be done with the "Return" key (although this is something I like to avoid if at all possible). First, make sure that you have specified the tab order that you like. Then, have a script that takes the user to the layout. The script should include these commands:

Go to Layout[List layout]

Loop

Loop

Go to Next Field

Pause/Resume Script [ ]

Exit Loop If [ Status( CurrentFieldName) = "Whatever your last field on the record is" ]

End Loop

Go to Record/Request/Page

[ Next ]

End Loop

Every time the "Return" key is hit, the cursor will go to the next field. If the cursor is in the last field, it will go to the next record. WARNING: Make sure that you put a button on your layout to exit this script.

Hope this helps.

Paul

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.