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.

Record Numbers?

Featured Replies

Ok, this elusive calculation seems to be hiding from me! I would like to show on my layout:

"1 of 15 out of 100 records" for the end user during a find request. Whenever I use :B

Get (FoundCount)

, even in find mode, it shows total number of records, not just the found set. What am I doing wrong?

Get ( RecordNumber ) & " of " & Get ( FoundCount ) & " out of " & Get (TotalRecordCount ) & " record" & Case ( Get ( TotalRecordCount ) > 1 ; "s" & "." )

And be sure to make the calculation text and unstored. :smile2:

But calculations will never show in find mode.

UPDATE: If you really need this to display while in find mode, you will need to write this calculation to a global field for display ([color:green]right before entering find mode.) And then every time someone performs a find, it will need to be scripted so you can update this field again. I've never had Users require such a display but that doesn't mean yours won't.

UPDATE: Incorrect - you can set the global value while in find mode and I knew it too - I just made a mistake.

Edited by Guest
Added update

  • Author

Thanks LaRetta,

That is exactly the calculation that I had scripted except for this:

"And be sure to make the calculation text and unstored."

I forgot to change the storage options, that's why it wasn't working. Now it works fine.

Just needed a fresh reminder. Thanks again.

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.