Help

Table Of Contents
FILEMAKER PRO HELP 762
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
Get(DocumentsPath)
Get(EncryptionState)
Purpose
Returns a value representing the file’s current encryption state.
Format
Get(EncryptionState)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 13.0
Description
Returns:
0 if the database is not encrypted
1 and the Shared ID as a return delimited list if the database is encrypted
Examples
In an encrypted database file with the Shared ID of 31725, Get(EncryptionState)returns:
1
31725
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
Get(ErrorCaptureState)
Purpose
Returns 1 if the Set Error capture script step is on; otherwise, returns 0.