Our Blog   Our FileMaker Blog   Our Xojo Blog   Archive

MBS FileMaker Plugin, version 16.3pr3

ImageNew in this prerelease of version 16.3 of the MBS FileMaker Plugin:
  • Improved Command-Option-T shortcut for the calculation editor to insert the current selected table occurrence in the popup menu into the text and cut away the field name.
  • Added a display of the time needed for the execution of a calculation. Shows time needed in milliseconds or microseconds.
  • Improved the DPI awareness on Windows for various window functions.
  • Fixed an issue with Window.PositionNextDialog not resizing the window properly.
  • Updated FM.InsertRecord to delay getting the field types until we have a field type mismatch.
  • When loading schema with Audit functions, we log in trace log how long the SQL requests took.
  • Added Window.Screen function.
  • Improved WebView.Close to close the WebView window.
  • Improved WebView window to be closable with window.close in JavaScript..
  • Updated the script search. Added compact view, details toggles, exclusion, RegEx help and more.
  • Added List.ColumnMatchesPostfix, List.ColumnMatchesPrefix and List.ColumnMatchesSubString functions.
  • Updated DynaPDF to version 5.0.3.12.
  • Added ConvGrayToSauvola to the compression filter flags for DynaPDF.Optimize function.
  • Added DeleteWatermarks, DeleteWatermarkAnnots and UseSauvolaFilter for DynaPDF.Optimize function.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


MBS at Full Access 2026

We are happy to join the biggest US conference for FileMaker developers in 2026:

[Full Access] 2026

This year’s premier U.S. FileMaker conference.

August 6th – 10th 2026

The Jesuit Retreat Center, Los Altos, California.

Register

Image (more)

Improve FileMaker Script & Calculation Readability with Custom Fonts Using MBS FileMaker Plugin

One of the small but surprisingly impactful usability improvements for FileMaker developers is choosing a better font for scripts and calculations. While FileMaker's default editor font works reasonably well, it can sometimes make it difficult to distinguish between similar-looking characters.

Have you ever spent several minutes hunting down a bug only to discover that a lowercase l was used instead of the number 1? Or perhaps a capital O was mistaken for the number 0? These subtle visual ambiguities can lead to frustrating debugging sessions and wasted development time.

Image (more)

MongoDB GridFS in the MBS FileMaker Plugin

Complete developer guide to storing, querying, and managing files in MongoDB GridFS

Introduction

GridFS is MongoDB’s mechanism for storing large files by splitting them into chunks and storing them across two collections. The MBS FileMaker Plugin exposes a complete API for working with GridFS directly from FileMaker scripts.

This allows developers to treat MongoDB as a scalable file storage backend for images, documents, and binary data.

(more)

MBS FileMaker Plugin, version 16.3pr2

ImageNew in this prerelease of version 16.3 of the MBS FileMaker Plugin:
  • Added GuidedAccessState, RevertTransactionOnErrorState and WindowUUID for the get() functions help links.
  • Added SerialPort.Setup function.
  • Added SystemInfo.isGoldenGate function.
  • Enhanced the Command-Option-T shortcut for calculation editor: If you have no selection, we insert current table occurence name. If you selected text, we select the matching table occurence in the popup menu.
  • Fixed a bug in Math.FormatNumber function, introduced in pr1.
  • Fixed a bug in ProcessActivity.beginActivity function not passing display sleep correctly.
  • Improved PDFKit.Combine to copy metadata values from first document to the new document.
  • Improved performance of Hash.RandomHexString function.
  • Updated jsoncons to version 1.8.1.
  • Updated mongo-c-driver to version 2.3.1.
  • Updated openssl to version 3.5.7.
  • Warning: The minimum macOS version is currently 10.15, but will change to 11.0 or 12.0 end of 2026.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Playing with Persistent Data in FileMaker 26

Image

Today we try the new Persistent Data functions in FileMaker 26. A way to have per file global and persistent values. Use cases involve:

  • Storing XML, JSON, JavaScript, HTML or any other large data block in the structure.
  • Storing template PDF or images for logos
  • Storing preferences in the file like window position. Then use Get(AccountName) or user id as instance ID.
  • Storing data instead of a global variable.

This is not meant to store secure data like oauth keys. Everyone could potentially read the values and they are included in migration and with Save as XML!

Since every write causes a write to a file, it is a bit slower than a global variable. And this doesn't take part in transactions, so you may not want to write this together with multiple values to make sure they are either all written or none. This looks more like write once (or rarely) and read a lot.

(more)

LibXL 5.2 released

Image

Recently LibXL 5.2 was released and we include this update in our upcoming MBS FileMaker Plugin for FileMaker.

Version 5.2.0 (2026-05-15)

  • fixed the vulnerability CVE-2026-22184, updated zlib to the version 1.3.2
  • added possibility to read data validations from xlsx files
  • added possibility to remove filters from tables (xlsx)
  • added the support for xlsx files in the Book::loadWithoutEmptyCells()
  • fixed a bug with reading strings with incorrect character encoding in the XL.Sheet.CellReadText on Linux/MacOSX (xls)
  • fixed an issue with loading some xls files with message "read error: record id can't be 0"
  • fixed an issue with corrupting output files in the XL.Sheet.AutoFilter.SetSort function (xlsx)
  • fixed the unhandled exception in the XL.Format.GetBorderLeftColor function (xlsx)
New functions:
(more)

Installing Multiple Versions of FileMaker Pro on Windows

If you work with different FileMaker solutions, testing environments, or customer deployments, there may be situations where you need multiple versions of FileMaker Pro installed on the same Windows machine.

Unfortunately, the FileMaker Pro installer is designed to prevent this. When it detects an existing installation, it typically refuses to install another version alongside it.

Fortunately, there is a workaround.

(more)

FileMaker 2026 released

Image

Claris released version 26 of the FileMaker product family. As you may have noticed, the version number is finally synchronized to the current year. There are a lot of new features in this release:

  • This release brings a lot of new AI integration. You can install a standalone Claris AI Server to handle the workload of AI queries. It is highly recommended to buy a separate machine with lots of RAM and a good GPU to speed up the queries. Mac Studios with M5 Max/Ultra may come handy soon.
    Related to this are new comments for fields to help the AI know what a field is about. In FileMaker Pro you can use the Insert Image Caption script step to use an image model on the AI server to get image captions.
  • Claris offers a built-in backup feature. Great to keep the hassle low and it allows the Claris Partner to sell it to their clients. The data is uploaded to cloud storage, preferable in a different region. Of course you must still run your own scripts to upload the nightly backups and all the hourly increments to your own backup server.
  • Related to the backup is the standby server. A feature we had in FileMaker 14, but now with a different implementation. It is built on top of the incremental backups Changes are regularly transferred in batches to the standby server via SSH. Your clients can opt-in to this, get a second server and have it wait for a switch over in case of a disaster. But please have the standby server in a different location and on a different Internet provider.
  • The installer for FileMaker Server can install just the tools. Great if you like to have the tools on your machine. Once you have the FMUpgradeTool, you may notice that it has a new trick: it can create a new database from an XML representation. Related to this are upgrades to the Save as XML script step and enhancements in the options so you can choose what to export.
  • The OData interface got upgrades to better handle metadata. Since OData is the preferred way for AI to talk to FileMaker Server, this helps a lot with various integrations. Please note that Claris like to see you move to OData in favor of ODBC and Data API on the long term.
  • There is an updated inspector for layouts. The layout is in context related and only shows features available for the currently selected items. This makes relevant options easier to find and cleans up the old interface. But since not everyone likes changes, you may be able to turn it off in the preferences soon. And this is macOS only as the Windows side is still in development.
(more)

MBS @ FMTraining.TV - FileMaker MonkeyBread Plug-in 16.2 Release

Check out the FMTraining.tv website. Richard Carlton and his team do a daily free live stream about FileMaker to watch.

A few days ago Christian Schmitz from Monkeybread Software joined a live episode to talk a bit about the MBS FileMaker Plugin. Watch it on YouTube.

Image

We talk about the new version 16.2 of MBS Plugin. Check out the announcement, the release notes and the new functions.

(more)

The contacts for a license

For our clients with plugin licenses for Monkeybread Software, we have a database with licenses and their email contacts.

Each license has multiple emails:

  • a primary email for renewal reminders and newsletters about new versions.
  • more emails as CC of licenses.
    e.g. the administrator or developer to install the license.
  • older alternative emails that are marked as old.
  • sometimes an extra email just for invoices.

If you contact us with one of the emails and we search the database, we find your record.

When you buy a license for a client, we can put your email as developer in our database, so all communication goes through you. We would still like to know the name of the client and use it for the license keys.

Since you may disappear and clients still may need to renew, we appreciate having the client's email in the database as an alternative one. Then we can ask them directly if they like to renew. Since we do this for 20 years, we have seen multiple developers retire already.

When you order a license for a client in the web shop, you put in the billing address. That may be either the client itself if they pay themselves or your company if you buy it for the client and bill them later. When you use your address, consider adding somewhere a few letters for indicating which customer an order applies to. Or better email us the details for the client separately. If you order an update for one of your clients, we may apply it automatically to the one where we sent the last renewal reminder.

If you already have a couple of clients with MBS Plugin licenses, you can contact us if we should change the primary email for their licenses.


MBS FileMaker Plugin, version 16.3pr1

ImageNew in this prerelease of version 16.3 of the MBS FileMaker Plugin:

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Announcing Saxon 13.0

We got notice that Saxonica released the version 13.0 of their Saxon Library:

The first release of Saxon 13 has just been published. This is a new release for Java, C#, C/C++, PHP, and Python. The highlights in this release are:

  • A redesigned Schema API that allows multiple schemas to coexist. You can now validate an input document with one schema and the result with another, even for the same namespace.
  • More than 175 features from the draft 4.0 specifications are now available in Saxon-PE and Saxon-EE, including:
    • JNodes, path navigation over trees of JSON maps and arrays,
    • Lookahead and lookbehind in regular expressions,
    • Functions for CSV parsing,
    • Functions for parsing with Invisible XML, and
    • More flexible XML-to-JSON conversions with fn:element-to-map.
  • On the topic of 4.0,
    • Mike recently published a list of 101 new things you can do with Saxon using 4.0 features!
    • (For more information about 4.0, see QT4CG.)
  • Support for SaxonC extension functions written in C++, Python, and PHP.
  • SaxonCS-HE, our first release of the free Saxon HE product built for .NET with C#.

For more details, please consult the documentation.

If you encounter any issues with Saxon 13.0, please report them on our issue tracker.

Our MBS Plugins include Saxon 12.9 currently. We will soon review the new version and integrate it into MBS Plugins. If any issues prevent that, we may report them and wait for the 13.1 version.

Our Saxon integration for FileMaker and Xojo is a powerful add-on to use XLST 3.0, XPath 3.1 and XQuery 3.1 in your solutions.


FM meets Mozart: FileMaker conference in Salzburg, Austria

ImageFollowing the cancellation of the FMK FileMaker Conference 2026, a low-cost alternative has been organized at short notice for the community: “FM meets Mozart.” The conference will take place from September 14 to 16, 2026, at the famous Mozarteum in Salzburg and is aimed at users and developers from the German-speaking FileMaker community.

Image

The new event is designed as a community conference and will feature presentations and workshops on FileMaker, AI, interfaces, APIs, and cloud solutions. According to the event website, details of the program are currently being finalized. A three-day ticket costs €149.00 plus 20% Austrian VAT; participants are responsible for booking their own hotel accommodations and travel arrangements.

The event organizer, Bernhard Schulz, lives in Salzburg. He served on the board of the “FMK Association” until 2020 and, in addition to his work as a developer, regularly organizes successful business events. Jan Rüdiger had initially planned to organize the FMK event for Salzburg in 2026 with his own team. However, the event had to be canceled due to low registration numbers. To ensure that the community still has a top-notch gathering in Salzburg in September 2026, Bernhard Schulz stepped in at short notice with a streamlined concept, thanks to his extensive network in Salzburg. The “traditional” FMK remains unaffected by this and, as things stand, is scheduled to take place in Hamburg in September 2027.

The “FM meets Mozart” series kicks off on Monday, September 14, 2026, at 7:00 p.m. with the FMM Awards ceremony, hosted by Klemens Kegebein, at the Augustiner Bräu Kloster Mülln in Salzburg. A classic Bräustübl buffet will follow.

Visit the website: fm-meets-mozart.net

Auf Deutsch beim FileMaker Magazin

Create PDF/UA with DynaPDF in FileMaker

Accessible PDF documents are becoming increasingly important for government agencies, educational institutions, and companies that want to ensure their documents can be used by everyone, including people using assistive technologies like screen readers.

With the MBS FileMaker Plugin and the integrated DynaPDF library, you can create PDF/UA compliant documents directly from FileMaker.

What is PDF/UA?

PDF/UA stands for “PDF Universal Accessibility”. It is an ISO standard (ISO 14289) that defines how to create accessible PDF documents.

A normal PDF often contains only visual information. A human reader can see headings, paragraphs, tables, or image captions, but a screen reader cannot automatically understand the structure unless the PDF also contains semantic information.

PDF/UA solves this problem by adding structure information and accessibility metadata to the PDF document.

(more)

Using DynaPDF with Data API for PDF generation

Did you know that you can use MBS FileMaker Plugin in the Data API and provide an API to the outside world to produce PDFs?

You can have an external request come in to start a script, have the script create a PDF based on the given script parameters and then store it in a contaner field. Then another call can download that specific PDF from the container field. We use a global field here for the temporary storage. On a server script, global fields act like global variables and each session has their own one. So unless you prefer to store the PDF in a new record, you could simply use a global field to keep it until the session is finished.

Let's start with installation. The MBS FileMaker Plugin and the dynapdf library files go into the /FileMaker Server/Web Publishing/publishing-engine/wip/Plugins/ folder. After you copied the plugin there, you need to restart the wip process for Data API to have it load it. Once loaded you see a new log file in the Logs folder. When the dynapdf library is in the same folder as the plugin, we can load it with "" as path. If you registered the MBS server license before on the scripting engine, the MBS FileMaker Plugin for Data API should pick that up. But it is always good to have an MBS register script to apply the license if IsRegistered functions returns a zero.

(more)

LibXL 5.2 released

Image

Recently LibXL 5.2 was released and we include this update in our upcoming MBS Plugins for FileMaker and Xojo.

Version 5.2.0 (2026-05-15)

  • fixed the vulnerability CVE-2026-22184, updated zlib to the version 1.3.2
  • added possibility to read data validations from xlsx files
  • added possibility to remove filters from tables (xlsx)
  • added the support for xlsx files in the Book::loadWithoutEmptyCells()
  • fixed a bug with reading strings with incorrect character encoding in the Sheet::readStr() on Linux/MacOSX (xls)
  • fixed an issue with loading some xls files with message "read error: record id can't be 0"
  • fixed an issue with corrupting output files in the AutoFilter::setSort() method (xlsx)
  • fixed the unhandled exception in the Format::borderLeftColor() method (xlsx)
New methods:
(more)

MBS FileMaker Plugin 16.2 News

In this article we want to introduce you the new functions from the MBS FileMaker Plugin in version 16.2.

DynaPDF

This release includes new features for DynaPDF. With DynaPDF.Parser.Content, you can now retrieve the page content as JSON. In the parameters, you can limit the information in the JSON by specifying a filter. For example, the code snippet below retrieves only the DrawPath operators.

(more)

Make PDF certificates in calculation with DynaPDF

Today we like to make a certificate file in FileMaker with DynaPDF. And we have two ways to make this. First is a script to do the steps with Set Variable script steps. Second way is a Let() statement, where you make the PDF on the fly in a calculation. 

 

Image

(more)

Building a Smarter Search: Inside the MBS Script Search

Searching through FileMaker or the XML export can quickly become overwhelming. XML dumps are dense, deeply nested, and often inconsistent in formatting. That’s exactly the problem the MBS Script Search in MBS FileMaker Plugin was built to solve: a fast, flexible, browser-based search tool that makes large script collections actually usable.

Image

This post walks through how the search works, what makes it different, and how to get the most out of it.

(more)

Older blog entries:

2026-05-13 Understanding PDF Structure and Content Streams
2026-05-11 Creating Custom Web Viewer Windows in FileMaker with MBS Plugin
2026-05-08 Introducing Matrix.MBS: Dynamic Function Calls with Matrix Parameters
2026-05-06 Script Search in MBS Plugin: Finally, a Search That Works the Way You Think
2026-05-05 MBS Plugin 16.2 for Claris FileMaker
2026-05-05 Neues MBS Plugin 16.2 für Claris FileMaker
2026-05-03 MBS @ FMTraining.TV - FileMaker MBS Plug-in Q&A
2026-05-02 DynaPDF Starter license extended
2026-05-01 MBS FileMaker Plugin, version 16.2pr5
2026-04-30 SQL error checking improved
2026-04-29 ISO FileMaker Magazine: Stop Waiting: Use MBS cURL Async within FileMaker
2026-04-28 MBS FileMaker Plugin, version 16.2pr4
2026-04-20 Monkeybread Software Interview about DynaPDF
2026-04-17 MBS FileMaker Plugin, version 16.2pr3
2026-04-16 AI Development with the MBS FileMaker Plugin
2026-04-14 MBS @ FMTraining.TV - MonkeyBread Plug-in PDFs & Search Functionality in FileMaker Q&A
2026-04-13 MBS FileMaker Plugin, version 16.2pr2
2026-04-09 Elevate FM
2026-04-07 MBS @ FMTraining.TV - FileMaker MonkeyBread Plug-in 16.1 Release
2026-04-01 MBS FileMaker Plugin, version 16.2pr1

Archives

Jun 2026
May 2026
Apr 2026
Mar 2026
Feb 2026
Jan 2026
Dec 2025
Nov 2025
Oct 2025
Sep 2025
Aug 2025
Jul 2025
Jun 2025
May 2025
Apr 2025
Mar 2025
Feb 2025
Jan 2025
Dec 2024
Nov 2024
Oct 2024
Sep 2024
Aug 2024
Jul 2024
Jun 2024
May 2024
Apr 2024
Mar 2024
Feb 2024
Jan 2024
Dec 2023
Nov 2023
Oct 2023
Sep 2023
Aug 2023
Jul 2023
Jun 2023
May 2023
Apr 2023
Mar 2023
Feb 2023
Jan 2023
Dec 2022
Nov 2022
Oct 2022
Sep 2022
Aug 2022
Jul 2022
Jun 2022
May 2022
Apr 2022
Mar 2022
Feb 2022
Jan 2022
Dec 2021
Nov 2021
Oct 2021
Sep 2021
Aug 2021
Jul 2021
Jun 2021
May 2021
Apr 2021
Mar 2021
Feb 2021
Jan 2021
Dec 2020
Nov 2020
Oct 2020
Sep 2020
Aug 2020
Jul 2020
Jun 2020
May 2020
Apr 2020
Mar 2020
Feb 2020
Jan 2020
Dec 2019
Nov 2019
Oct 2019
Sep 2019
Aug 2019
Jul 2019
Jun 2019
May 2019
Apr 2019
Mar 2019
Feb 2019
Jan 2019
Dec 2018
Nov 2018
Oct 2018
Sep 2018
Aug 2018
Jul 2018
Jun 2018
May 2018
Apr 2018
Mar 2018
Feb 2018
Jan 2018
Dec 2017
Nov 2017
Oct 2017
Sep 2017
Aug 2017
Jul 2017
Jun 2017
May 2017
Apr 2017
Mar 2017
Feb 2017
Jan 2017
Dec 2016
Nov 2016
Oct 2016
Sep 2016
Aug 2016
Jul 2016
Jun 2016
May 2016
Apr 2016
Mar 2016
Feb 2016
Jan 2016
Dec 2015
Nov 2015
Oct 2015
Sep 2015
Aug 2015
Jul 2015
Jun 2015
May 2015
Apr 2015
Mar 2015
Feb 2015
Jan 2015
Dec 2014
Nov 2014
Oct 2014
Sep 2014
Aug 2014
Jul 2014
Jun 2014
May 2014
Apr 2014
Mar 2014
Feb 2014
Jan 2014
Dec 2013
Nov 2013
Oct 2013
Sep 2013
Aug 2013
Jul 2013
Jun 2013
May 2013
Apr 2013
Mar 2013
Feb 2013
Jan 2013
Dec 2012
Nov 2012
Oct 2012
Sep 2012
Aug 2012
Jul 2012
Jun 2012
May 2012
Apr 2012
Mar 2012
Feb 2012
Jan 2012
Dec 2011
Nov 2011
Oct 2011
Sep 2011
Aug 2011
Jul 2011
Jun 2011
May 2011
Apr 2011
Mar 2011
Feb 2011
Jan 2011
Mar 2010
Dec 2009
Nov 2009

XML: RSS Feed XML: Atom Feed

Follow us on BlueSky, Mastodon, Twitter, Xing, LinkedIn or Facebook.


Ausspannen vom Alltagsstress mit einer Waldführung oder einem Waldpäuschen mit der Waldmeisterin.