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.

Can I prevent user from using scroll wheel on mouse to change the record in layout mode?

Featured Replies

I tried searching for this but came up empty so I appologize if this topic has been discussed already.

Is there a way to disable a users mouse wheel to "scroll" through the records in layout mode?

I can see that it would be very easy to accidentally change the record during data entry.

Any help on this would be appreciated.

If you put the script step

Show/Hide Status Area [Lock; Hide]

in the script you use to navigate to that layout, that should have the desired effect.

  • Author

That works!

I had the status area set to hide but not locked.

I knew it had to be something simple like that.

Thanks for the help!

I had this same question! When you hide/lock the Status area, however, you can no longer see how many records you have, how many in a found set, etc.

Is there a way to lock *ONLY* the scroll funtion??

Alisun

  • Author

Alisun,

you can mimick the status area by making a couple of buttons and attach scripts to each. The script is simply "go to record/request/page" and specify next for one button and previous for the other. Then to see what record you're on, make a text field by the buttons that reads something like "Record @@ of found".

The "@@" will show the number of the current record and the "found" is a merged field of a calculation field. The calculation is simply -get (FoundCount)- where the result is a number and make sure to check "do not store calculation results".

When finished it might look something like: << Record @@ of found >> in layout mode, but in browse it will read: << Record 14 of 321 >>.

Hope this helps.

-alan

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.