Free

bBox Filemaker plug-in Free

bBox FileMaker external plug-in is a toolbox of functions freely available to all developers. Use it to extend the reach of your Mac OS based FileMaker solutions to programs, code libraries, or OS functions that are normally outside your reach. Consisting of 20 powerful functions, it either extends the reach of FileMaker’s existing commands, or adds something completely new. This makes it easier to get your projects done, and without the need for ugly workarounds to provide functionality that should be simple.

What functions does it provide?

  • execute shell scripts using sh or Bash, with the output returned as the function’s result
  • execute AppleScripts within a calculation, with parameters and the return value as the function’s result
  • execute Python or Ruby scripts directly without invoking shell
  • get or set raw clipboard (pasteboard) data
  • filter text through grep, the powerful pattern matching command
  • return the current time with milliseconds
  • find out what types of data are currently in the clipboard
  • get path type (file or directory), file size, creation, modification and last date opened, and POSIX permissions

What can I do with it?

  • extract emails or phone numbers from text
  • run perl, php, python, or ruby based scripts
  • check if a file is present
  • strip duplicate values from a return-delimited list
  • present a dialog asking user to select a file or choose from a list of values
  • determine if a needed type of data is in the clipboard
  • execute a command requiring admin authentication
  • time execution of scripts down to the millisecond

Included in the package is an extensive demo file showing the above techniques and more.

Additional Resources