Requirements

  • macOS 11.1 – 14.3
  • Ubuntu Linux 20.0.4 & 22.0.4
  • FileMaker Client versions 19.3 – 20.3
  • FileMaker Server versions 19.3 – 20.3 (including PSoS, script schedules, CWP, WebDirect)

An Ubuntu ARM/Apple silicon binary not yet available.

CentOS Linux support was added in version 0.97, and Ubuntu support in 0.98.06. M1/Apple Silicon support added in 0.98.07.

If using earlier versions of FileMaker or macOS, version bBox 0.97 may still be downloaded at bBox_0.97_FMP_plug-in.dmg.

 

Plug-in Installation (Client)

The demo file will install the plug-in if needed on both client and server (plug-in installation must be enabled on server).

You can install manually for an individual user by starting at their home directory, and putting it in:

Library/Application Support/FileMaker/FileMaker Pro/{version number}

There is a debug version of the plug-in in the DEBUG folder, which may be helpful for debugging some issues. It will send extra output to the system log, which you can view using the Console application in /Applications/Utilities or the log command in Terminal.

Plug-in Installation (Server)

bBox is fully server-side compliant, although running server-side does put limitations on some functions (esp. AppleScript) that typically work with a logged in user. For details on installing a server-side plug-in:

 

Install Plug-In File Script Step (Client & Server)

To use with either a client or server side script, simply drag the bBox plug-in file into a container field, and then add the Install Plug-In File script step to your system’s initialization script.

You should first check for a previous install so that you aren’t needlessly re-installing the plug-in each time. Testing for a result of “?” from the bBox_Version function would be a good start.

Also, when using this script step server-side, the last installed version is the version used by all scripts run on that system, so you may need to be more careful about version dependency issues on systems utilizing server-side scripts.

With FMS for Linux 19.x, the Install Plug-In script step may not work as expected. Instead, copy the .fmx version of the plug-in to:

/opt/FileMaker/FileMaker Server/Database Server/Extensions/

Then ensure FMS has file access:

sudo chmod -R fmserver:fmsadmin '/opt/FileMaker/FileMaker Server/Database Server/Extensions/bBox.fmx'

 

Demo File Installation

To use, just copy the demo file to somewhere like your Desktop where you have write access. It can also be hosted on FileMaker Server.

The demo file will install (or possibly update) the installed version of the bBox plug-in.