Newbies Stefan Huyghe Posted July 28, 2004 Newbies Posted July 28, 2004 Is there anybody who can teach me a trick to lock records in FMP7? Ideally I would need something that allows me to lock the records in a table once the invoice has been sent for that record. Thank you for your help. Best regards, Stefan
Ender Posted July 28, 2004 Posted July 28, 2004 This can be done with the built in Access Privileges settings. In the privilege set for the users, define custom Records access: for the invoice table (and maybe line items), set the Edit access to be defined limited by a calculation, something like Invoice::Status <> "Closed".
Newbies Stefan Huyghe Posted July 29, 2004 Author Newbies Posted July 29, 2004 Thanks so much. Worked like a charm. Best regards, Stefan
Newbies skumancer Posted August 3, 2004 Newbies Posted August 3, 2004 I'm doing this exaclty in the edit part of the privileges, I set limited to when Status ? "Closed" It isn't working... :S
Recommended Posts
This topic is 7417 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