nightdesigns Posted July 24, 2002 Posted July 24, 2002 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.
Kurt Knippel Posted July 25, 2002 Posted July 25, 2002 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 ).
nightdesigns Posted July 25, 2002 Author Posted July 25, 2002 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.
Kurt Knippel Posted July 25, 2002 Posted July 25, 2002 Assuming the name of you field is "Status", the calc is: Status = "Posted", 0, 1
DykstrL Posted July 26, 2002 Posted July 26, 2002 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.
Kurt Knippel Posted July 26, 2002 Posted July 26, 2002 Please, put it up in our Standard Files forum. Considered writing an article on locking records?
nightdesigns Posted July 28, 2002 Author Posted July 28, 2002 An e-mail should be in your box. Thanks -j
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now