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.
Syntax
Encr_Version ( switches )
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 ]
TrFile_DragAndDrop |
This function implements drag and drop of files and folders onto a FileMaker window.
TrFile_DragAndDrop ( switches ; fileName ; scriptName ; { fieldBounds } )
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 )
TrFile_GetFileMakerPathFromFullPath |
Returns the FileMaker styled full path (converted from a native path)
TrFile_GetFileMakerPathFromFullPath( switches ; filepath )
TrFile_GetFullPathFromFileID |
Returns the current full path of a file using the deviceID and fileID of a file.
TrFile_GetFullPathFromFileID( switches ; fileID ; deviceID )