QUE CORPORATION - Using Filemaker pro X
| < Day Day Up > |
Get(PrivilegeSetName)
Category: Get Syntax: Get ( PrivilegeSetName ) Parameters: none Description: Returns the name of the privilege set assigned to the current user . Examples:
Get (PrivilegeSetName)
returns [Full Access] if you haven't modified the security settings of a new database.
Get (PrivilegeSetName)
returns Sales if the current user is logged in with an account assigned the Sales privilege set. Comments: Every account must be assigned one, and only one, privilege set. |
| < Day Day Up > |