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

Display Record Information

Featured Replies

I have decided to eliminate the status area on my next database project. I have buttons to move forward and backward through the records. I can see that I can insert the record number onto the layout, but can anyone tell me how to display the total number of records and after a find the number of records out of X.

I have been displaying fields <> but can't seem to find record information.

Thanks

There are many different combinations. You need to create a text calculation (unstored), something like:

TextStyleAdd(Get(RecordNumber); Bold)

& " of " &

TextStyleAdd(Get(FoundCount); Bold) &

If(Get(FoundCount) < Get(TotalRecordCount);

" Found"; " Total") & " - " & If(not Get ( SortState) or Get(SortState) = 2 ; "Unsorted"; "Sorted")

This will produce:

[color:green] 18 of 115 Found - Sorted

or

[color:green] 350 of 2500 Total - Unsorted

This shows the current record you are on and then the found count. But it can display 'Found 115 out of 2500' as well.

I don't include semi-sorted because it confuses my Users. If it isn't sorted, it needs to be sorted again (to mean anything) so I just call it Unsorted at that point. Then place either the calculation or the merge field of it on your layouts. So just tell us exactly what you wish to incorporate in your RecordsBar and we'll help you. I make my RecordsBar a Custom Function so it's easy to slide into all tables. :wink2:

LaRetta

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.