T Howard Posted June 18, 2007 Posted June 18, 2007 I am using a database that restricts access to certain records. I use the Get(AccountName) in a global field and I am trying to use the Get(PrivilegeSetName) in a global field but nothing is returned for the value. The other function Get(AccountName) works fine and I mirrored the privilege set function the same. Please tell me what I am missing.
Ender Posted June 18, 2007 Posted June 18, 2007 Use an unstored calc or a script to set the global field.
T Howard Posted June 18, 2007 Author Posted June 18, 2007 It is partly working now. I used a startup script that set the global text field gSetPrivilegeName upon the file opening but it retains the privilege set name previously set when I logon as a different user.
Steven H. Blackwell Posted June 18, 2007 Posted June 18, 2007 Why are you trying to set a global field with the Get(PrivilegeSetName) function? Steven
Recommended Posts
This topic is 6366 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