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.

Hidding a record...

Featured Replies

Is there a way to actually hide a set of records bassed upon the password entered?

I mean, have it not show AT ALL when performing a find or showing all the records?

~Addam~

  • 2 weeks later...
  • Newbies

I'm actually in need of this as well. I need to be able to hide entire sets of records based on the individual user's password.

You need to have something that defines what records they can see.

For instance, let's say that you have a field called Access level and it will be a number between 1 and 5 (highest level).

You then need to define all of your finds to include a calculation into the Access Level field based upon the users password.

For example, the Set Field calculation (in Find Mode) might be as follows:

code:


Case (

Password = "Lowest", "== 1",

Password = "Low", ">= 2",

Password = "Normal", ">= 3",

Password = "High", ">= 4",

Password = "Highest", "",

"== 99"

)

The last part there is so that if the user entered with an invalid password the finds will never return any records.

You could also do this with record level access if using Filemaker 5.5 and above, but it just makes the records unavailable or uneditable but still shows them in the finds and could confuse users.

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.