Actr_RunScript |
This function will allow a script to be run from a calculation.
Syntax
Actr_RunScript ( switches ; fileName ; scriptName ; scriptParam )
Online help for Troi Plug-ins for FileMaker Pro 16.
Actr_RunScript |
This function will allow a script to be run from a calculation.
Actr_RunScript ( switches ; fileName ; scriptName ; scriptParam )
Actr_ScheduleEvent |
This function will schedule a script to be automatically triggered in the future.
Actr_ScheduleEvent ( switches ; datetimestamp ; fileName ; scriptName ;
yourID ; usertext )
Actr_SendRemoteEvent |
Send a message to the computer with this IP address. This message will trigger the specified script.
Actr_SendRemoteEvent( switches ; IP_address ; securityID ; fileName ;
scriptName ; yourID ; usertext )
Actr_Shutdown |
Shutdown the computer.
Actr_Shutdown ( switches )
Actr_Sleep |
Put the computer into sleep mode (if present). You can optionally specify when to wake up again.
Actr_Sleep ( switches ; datetimestamp )
Actr_StartHTTPServer |
Starts the built-in HTTP Server. This web server will trigger a script when data arrives.
Actr_StartHTTPServer ( switches ; fileName ; scriptName ; { password ;
{ serverName } } )
Actr_StartListener |
Start listening for messages from other computers.
Actr_StartListener ( switches ; currentFileName ; securityID )
Actr_StopHTTPServer |
Stop the HTTP Server.
Actr_StopHTTPServer ( switches )
Actr_StopListener |
Stops listening for messages from other computers.
Actr_StopListener ( switches )
Actr_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.
Actr_Version ( switches )