FORMULA LANGUAGE
Examples: @ServerAccess
1. This code, when added as the default value of a field in a database on the ocean/bay server, returns 1 if Luisa Albright is listed as having standard administrative access to the ocean/bay server in the server document for ocean/bay.
@ServerAccess([ACCESS];"Luisa Albright/bay";"ocean/bay")
2. This code, when added as the default value of a field in a Local database that has ocean/bay selected as its Administrative server on the Advanced tab of the database's ACL dialog box, returns 1 if Luisa Albright has standard administrative access to the ocean/bay server.
@ServerAccess([ACCESS];"Luisa Albright/bay")
3. This code, when added as the default value of a field in a database running on the ocean/bay server, returns 1 if the current user has full access to the ocean/bay server and all of its databases.
@ServerAccess([FULLACCESS];@UserName)
4. This code, when added as the default value of a field, returns 0 because it does not recognize the short user name.
@ServerAccess([ACCESS];"Luisa Albright";"ocean/bay")
5. This code, when added as the default value of a field, returns 0 if Luisa Albright does not have full access to the ocean/bay server and all of its databases.
@ServerAccess([FULLACCESS];"Luisa Albright/bay";"ocean/bay")
See Also
@ServerAccess
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window