filemakermethod-missing

FileMaker Missing Function


Set Variable [$var1; Value: Get(ScriptParameter) & " "]
Set Variable [$Clip; Value: <Function Missing>(1;$SP)]

I realize that a plug in that is no longer installed with my version of Filemaker is causing this function to be missing. Could someone direct me to any potential plugins or functions that would replace this <Function Missing>

The script above is the entire script. There is no documentation. The $SP variable is probably the data within a certain column and row in my layout, and the goal of the script is to copy data from that column/row to the clipboard


Solution

  • The function is SetClipboardData and the plugin for it is ScriptMaster. Make sure to install the SetClipboardData Module in your customized scriptmaster plugin.