Jump to content

Passwording the Delete Record Function


MagiChef

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

Recommended Posts

If you mean let people access the database freely UNTIL they go to delete a record, when they get asked for a password (or a different password)??? no, not using FMP's built in access privileges.

You could create an interface that could do something like this, but then it's not *really* secure.

Link to comment
Share on other sites

First, you have to limit their access thru sign-in passwords, so that they can only delete the record via a button.

Then script the button to go to a layout containing a password field (I'd use a global field) and instructions to enter the password in order to delete the record, and pause. When they continue, the script compares the entered password with the correct password and either deletes the record or doesn't. Finally, the script clears the global password field and returns to the original layout.

HTH,

Dan

Link to comment
Share on other sites

quote:

Originally posted by MagiChef:

Does anyone have an idea as to how I can force a passwordfor deleting records???

It depends on the Operating System you are using. You do this one way for Mac OS, another way for Windows OS. Which are you using? It also makes a difference what version of FMP you are using.

Old Advance Man

Link to comment
Share on other sites

This topic is 8137 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.