Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ServerSocket.SetAllowedScripts
Sets a list of allowed script names.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ServerSocket | 3.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "ServerSocket.SetAllowedScripts"; Scripts ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Scripts | Pass several texts here for the script names. | "ServerSocket_PrintReceipt" |
Result
Returns number of scripts.
Description
Sets a list of allowed script names.If this command is used, the plugin will only launch scripts with the names in this list.
We recommend to prefix the script names for use with ServerSockets, so you don't risk of having two scripts with same name.
Examples
Allow two scripts:
MBS( "ServerSocket.SetAllowedScripts"; "ServerSocket_PrintReceipt¶ServerSocket_Notify" )
See also
Blog Entries
Created 18th August 2014, last changed 18th August 2014
ServerSocket.SendQuery - ServerSocket.SetAllowedTypes
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins