October 13, 200520 yr 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.
October 13, 200520 yr 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
October 28, 200520 yr Author 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.
October 28, 200520 yr 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)]
Create an account or sign in to comment