Encr_Rotate13 |
Very simple coding of text. Shifts the character values by 13 to encrypt text stored in a FileMaker field. The field may be decrypted by using Rotate13 again.
Syntax
Encr_Rotate13 ( switches ; text )
Encr_Rotate13 |
Very simple coding of text. Shifts the character values by 13 to encrypt text stored in a FileMaker field. The field may be decrypted by using Rotate13 again.
Encr_Rotate13 ( switches ; text )
Encr_SavePasswordToKeychain |
Saves a password into the keychain (for this account and/or yourID).
Encr_SavePasswordToKeychain ( switches ; password ; account { ; yourID } )
Encr_SetCryptKey |
Specify which key is used to encrypt and decrypt a text.
Encr_SetCryptKey ( switches ; the_key )
Encr_TextSignature |
Generates a signature of the characters that you can see. This means that only characters a-z, A-Z and 0-9 are used to generate the signature. So adding non-printing characters like spaces and returns doesn’t change the signature.
Encr_TextSignature ( switches ; text )
Encr_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
Encr_Version ( switches )
Encr_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
Encr_VersionAutoUpdate
Get Password from Keychain |
Gets a password from the keychain (for this account and/or yourID).
GetPassword from Keychain [ Select ; Result ; Account ; YourID ]
Save Password to Keychain |
Saves a password into the keychain (for this account and/or yourID).
Save Password to Keychain [ Select ; Result (error) ; Password ; Account ;
YourID ; Overwrite existing ]
Dial_BigInputDialog |
Displays an input dialog box, in which the user can enter a long text.
Dial_BigInputDialog ( switches ; prompt ; button1 ; button2 ; button3 ;
button4 ; initialText )
Dial_DelayTicks |
Waits a specified period of time.
Dial_DelayTicks ( switches ; ticks )