Jscott Posted October 12, 2005 Posted October 12, 2005 How can I lock a record if Field "Audit" is set to 1? Thanks
aaa Posted October 13, 2005 Posted October 13, 2005 You Can have list of records with "closed" fields and "edit" button before. Fore this button creat script which sends you to form of current record, where you can edit this record.
Wim Decorte Posted October 13, 2005 Posted October 13, 2005 Different ways of doing this: - you can use a validation calc on each field in the record that should be locked - or in the privilege sets in your file you can set custom access rights to disallow editing when the audit field is 1
Jscott Posted October 28, 2005 Author Posted October 28, 2005 I am using FM8 and cannot find where I can set the File Privileges to lock a record if a certain field is set to one.
mr_vodka Posted October 28, 2005 Posted October 28, 2005 Follow these menus. Steps in [ ] are actions for you to do. File --> Define Accts & Privileges --> Privilege Sets --> [Choose the privilege set] --> Records --> Custom Record Privileges --> [Choose the table] --> Edit --> Limited --> [Put in calculation here. Case (audit<>1; 0; 1)]
Recommended Posts
This topic is 6968 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