Setting up access to a fileYou can protect access to a file in your database by authorizing other files to access the schema (tables, layouts, scripts, and value lists) in the file you want to protect. You must have the Full Access privilege set for any file that you want to protect and any file that you want to authorize.
2.
3. To protect this file against unwanted access from other files, select Require full access privileges to create references to this file.
5. If you want to authorize additional files that are not currently open, click Authorize. In the Open File dialog box, choose a file to authorize, and click Open.Important If you don’t authorize a file that references a protected file, the references will no longer work.The authorized file appears in the File Access list, with the date and time it was authorized, and the account used to create the authorization.
6.
2. In the File Access tab of the Manage Security dialog box, select the file for which you want to remove authorization, then click Deauthorize.
3. Click OK.
2. In the File Access tab of the Manage Security dialog box, deselect Require full access privileges to create references to this file.In addition, you can optionally deauthorize files (see “To remove authorization for a file,” above).
3. Click OK.
• If you rename an authorized file and the file is currently open, the new name appears next to the original name in the File Access list. For example, if you renamed the file SalesReport to ExecReport, then ExecReport;SalesReport appears in the list.
• If users try to access a protected file through a file that’s not authorized, they are asked if they want to authorize the file now. If they click Yes but are not logged in to both files using Full Access privileges, they must enter the Full Access account name and password for the files. However, if they are logged in to both files using Full Access privileges, the file is authorized using their current accounts.On one hand, this is helpful because you don’t have to repeat the authorization process. However, if you duplicate or clone a protected file, each file will also have the same ID. If you use both files in the same multi-file solution, you must reset the ID in one of the files so that each file has a unique ID. To reset the protected file’s unique ID, click Reset All, then click Yes. After resetting, you will need to reauthorize all files that are authorized to access the protected file and any protected files that file was authorized to access.
• To limit access to your solutions to particular FileMaker Pro versions, you can create a script that includes the Get(ApplicationVersion) function, to perform a version check whenever files are opened.