dr.stitch Posted April 11, 2008 Posted April 11, 2008 I am working on a layout that I would like to prohibit editing to, once signed. What I'd like happen is the following: When a new record is created, its status is defaulted to "Open". Then, when a user presses a button to sign the record, etc, the status changes to "Signed" via a script. Thereafter, the record has view-only access. Could anyone suggest an easy way of doing this?
mz123 Posted April 11, 2008 Posted April 11, 2008 With a privilege set, you can lock the records with a boolean statement. Select the table you want to conditionally lock, selected "limited..." for editing the records and then type in the calculation.... Table1::Signature = "" //If the signature field is empty, then yes the user can modify. Make sense?
Recommended Posts
This topic is 6070 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