
![]() |
Actr_Control |
Controls the triggering of the plug-in. You can disable and enable local triggering of the plug-in. This allows you to change the contents of a field which is validated by triggering a script.
Syntax
Actr_Control ( switches ; password )

![]() |
Bring To Front |
Brings the FileMaker Pro application to the front
Syntax
Bring To Front [ Select ; Result (error) ]

![]() |
TrFile_GetCodeSignInfo |
Gets code sign information of a (application) file or checks if the signing is valid
Syntax
TrFile_GetCodeSignInfo ( switches ; filePath )

![]() |
TrFile_ExchangeFiles |
Exchanges two files on disk
Syntax
TrFile_ExchangeFiles ( switches ; filePath1 ; filePath2 )

![]() |
TrFile_GetFileStructure |
Returns the file structure of a (movie) file.
Syntax
TrFile_GetFileStructure ( switches ; filePath )

![]() |
Exchange Files |
Exchanges two files on disk
Syntax
Exchange Files [ Select ; Result (error) ; FilePath 1 ; FilePath 2 ;
Allow different Volumes ]
Missing plug-in message
When you run a FileMaker script with a missing plug-in you can get this error dialog:
The previous script step, “<Unknown external script step from missing plug-in ( Xmpl 1234 )>”, could not be completed because of an error. Do you wish to continue with this script?”
In this example the error message shows the internal plug-in ID Xmpl and the number of the script step, 1234. Continue Reading