Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Is there a way to "lock" (i.e. prevent any changes) to a particular record from specific users when a certain field has a specific value? I'm trying to keep users from tweaking a "posted" record, thanks.

Posted

Filemaker 5.5 implemented calculation based record locking. You can seperately lock out browsing, editing and deleting. The calculation must evaluate to a boolean value (1 or 0).

At its simplest the calc for editing could be If ( Field = "Posted", 0, 1 ).

Posted

Filemaker 5.5 implemented calculation based record locking. You can seperately lock out browsing, editing and deleting. The calculation must evaluate to a boolean value (1 or 0).

At its simplest the calc for editing could be If ( Field = "Posted", 0, 1 ).

You happen to know how to set up that calc?

Thanks.

Posted

I created a file that demonstrates how to "lock" records - and it works in 4.0 or 5.0. If you want to, email me and I will send it to you.

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