alexandraPT Posted April 29, 2004 Posted April 29, 2004 Hello, I need an example formula for controling EDIT ACCESS to records in the Menu > File > Access Priviledges - EDIT RECORDS(Limited). Thanks in advance. hpuna
LaRetta Posted May 12, 2004 Posted May 12, 2004 If you are multi-user, I would add one line to that Lock script, something like: If [not lock] or If [isEmpty(Lock)] or Error Capture 301 immediately following the Set Field to protect against record lock. Because if another User has possession, it will not set the field. ... And then notify User the field did not lock or loop the Set Field [] until you have success. That may be a Management decision ... how important is it at certain phases throughout your scripts? List your restriction needs and then determine your course of action if the lock does not set. LaRetta
Recommended Posts
This topic is 7499 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