Jump to content

Script to search records based on password entered


This topic is 7290 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is this possible? I want users to only be able to view records that they created. I would like to have them enter a password and then have a script that would run automatically to find records that they have created only. Is this possible?

Ron

FileMaker Version: 5

Platform: Mac OS 9

Link to comment
Share on other sites

There are two functions in FM5 that might be of use:

Status(CurrentUserName) - gets the user name from the system settings

Status(CurrentGroups) - gets a list of the access groups that the current user is a member of (from the accounts and privileges)

No other way to do it in FM5 without a plug in or a custom login system. FM7 has built in account management features including the ability to Get(AccountName).

Link to comment
Share on other sites

Ron:

In the systems I set up I always grab Status(CurrentUserName) and put it into each record as it is created. Then, to find that user's entries, you can do a Find via the same call. You can automate that find via a startup script, which is what one of my clients' systems does. They think it's done by magic.

-Stanley

Link to comment
Share on other sites

This topic is 7290 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.