Free Tier for MBS FileMaker Plugin

While Claris things about a free tier and Xojo has it for years, we also thought about it. For MBS FileMaker Plugin we got three levels:

No licenseAll features work, but it shows a dialog every few minutes when a MBS function is called to remind about the missing license.
Trial licenseFull product with a time limit (about one month).
Paid licenseFull product and no time limit.

With all levels, you enjoy our benefits to FileMaker itself like the relationship graph search. And quite a few users keep using MBS Plugin without a license to enjoy some things like script search.

Since doing license check for every little function is an overhead, I removed the license checks from hundreds of functions over the last years. This puts these functions into permanent free mode since there is no longer a check for a license. And for a lot of components, it is enough to check for the license in few central functions.

For next version 13.1, we will include the details in the documentation, so you can read which functions look for a paid license. This information is metadata, we have to collect and not all functions have that flag set in our database. And some may have the flag set incorrectly, so please let us know if you find an error.

Free are currently for example: EnvironmentVariables, Folders, iOSDevice, Plugin, SyntaxColoring, System, SystemInfo, Time, Trace and Validate functions. More may follow as we see fit. Currently over 2000 of 7000 functions are marked as being free.

For MBS Plugin 13.1, you can use MBS Plugin in a solution without a license, if you only use free functions without time limit. Just have no license key.

Of course we hope people like to use more of MBS over time and actually buy a license.

MBS @ FMTraining.TV - MBS WebHooks

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.

We talk about WebHook functions in MBS FileMaker Plugin and how to use them to trigger a script on another computer. And then trigger them via the CURL functions in our plugin. Or use Insert From URL, which can trigger them even from FileMaker Go.

(more)

FileMaker Conference dotfmp.berlin 2023

Did you sign up for FileMaker Conference dotfmp.berlin 2023?

This conference is organized by Egbert Friedrich and takes place from 1st to 3rd June 2023 in Berlin, Germany.

As the conference is in English, this is your chance to meet people from around the world at a conference in Europe. And for a lot of people it's easier to get to Berlin than to cross the atlantic and deal with US immigration officers.

Who
dotfmp is an effort of various leading European FileMaker Developers. It is meant to bring all kinds of higher level developers together to share knowledge, educate and challenge each other.
When
dotfmp starts at the 30th May 2023 in the later afternoon with a relaxed "Beer and Sausages" in one of the most famous Berlin Beergarden. The session days itself last from 1st until 3rd June with various socializing events in the evenings. Additionally you may stay the Sunday 4th June to see more from Berlin and its surroundings.
What
dotfmp is a 3 Day-Unconference, Meetup, Hangout or Barcamp. It is an informal and self-organized effort to meet on a personal base.
Where
dotfmp takes place in one of the most famous spots in Berlin. The Schankhalle Pfefferberg is located in a vibrant area with a very short walking distance to all the famous restaurants.
Why
We feel there are far too few possibilities to talk to, learn from, and hangout with fellow developers in a relaxed and informal environment. And we'd like to share work and get feedback from people chewing on similar challenges.


If you like to join the conference and present something, please register soon.

New in MBS FileMaker Plugin 13.0

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

MongoDB

In the last releases we have often talked about MongoDB. At the end of last year we added the possibility of transactions. This time we provide new functions for you with which you can document the changes. Here we can distinguish between three types of changes. With the function MongoDB.WatchClient we create a stream that documents the changes in the connection. With the function MongoDB.WatchDatabase we create a stream that documents the changes in a database and with the function MongoDB.WatchCollection we list all changes on the collection, which is similar in meaning to a table. A change stream is closed when the MongoDB reference is released, when a new stream has been set or when MongoDB.CloseChangeStream has been explicitly called. The MongoDB.NextChange function iterates over the underlying change stream and returns the next valid JSON document. You can check if there was an error during creation or iteration over a stream with the MongoDB.ChangeStreamErrorDocument. As return of this function you get a JSON with details.

JSON

Also in the JSON topic we got a new function. The JSON.Text function. This function returns us a text that is very readable for humans. The brackets are removed. We get the values with their keys as output. But see yourself. On the left is the JSON we put into the function and on the right is the plain text output.

(more)

MBS Plugin 13.0 for Claris FileMaker

Nickenich, Germany - (January 17th, 2023) -- MonkeyBread Software today is pleased to announce MBS FileMaker Plugin 13.0 for Claris FileMaker for macOS, iOS, Linux and Windows, the latest update to their product that is easily the most powerful plugin currently available for Claris FileMaker produce line. As the leading database management solution for Windows, macOS, iOS and the web, the Claris FileMaker Pro Integrated Development Environment supports a plugin architecture that can easily extend the feature set of the application. MBS FileMaker Plugin 13.0 has been updated and now includes over 6900 different functions, and the versatile plugin has gained more new functions:
 

We added new MongoDB functions to provide a stream of changes in a database. This may help you to audit changes on the database and check what changes you or others do on the database, your connection or just a collection (table).

For CURL functions we added web socket support. The new CURL.WebSocketReceive and CURL.WebSocketSend functions can send and receive data using web sockets. You can set the certificate cache timeout with CURL.SetOptionCACacheTimeout function. We improved CURL.SetupAWS to do PATCH requests. In the examples we got an example database for SMTP with OAuth for Office 365 in FileMaker.

For DynaPDF, we added new functions to create ICC profile based color spaces. We can inspect the fields on a page and modify them. With DynaPDF.TestGlyphs function you can now test whether a text is okay to be written with the current font.

The preferences dialog for macOS now shows additional check boxes for code folding, export dialog tooltips, the option-click feature in Script Workspace and syntax highlighting for calculations independent of scripts.

In the Script Workspace, we added the find or go to line commands to the contextual menu to make them more visible. The search field in Script Workspace is now a real search field and remembers the history. Code folding can now be toggled with option key between folding all of an IF block or just to the first ELSE.

For Windows the preference dialog got a new check box for whether to show the relationship graph search box. We added the control-F shortcut for the relationship graph search field on Windows to move focus to the search field. Press control-G to continue the search. We got the Windows support for ProcessActivity.beginActivity function added.

The Menu.DefineQuickMenuXML function recognizes FontName and FontSize as keys to control font for a menu. You can work with RTF on the clipboard with new RichText functions for macOS and iOS. The Files.DeleteFolder function is updated for Linux to do recursive deletion.

Finally we updated the Plugin SDK to the one of FileMaker 19.6. We updated CURL library to version 7.87.0, DynaPDF to 4.0.70.201, GraphicsMagick to 1.3.38, SQLAPI to 5.2.3, SQLite to 3.40.0, Xcode to 14.2, zint to 2.11.1 and zlib to 1.2.13.

See release notes for a complete list of changes.

(more)

Neues MBS Plugin 13.0 für Claris FileMaker

17. Januar 2023 - Monkeybread Software veröffentlicht heute das MBS FileMaker Plugin für Claris FileMaker in Version 13.0, mit inzwischen über 6900 Funktionen eines der größten FileMaker Plugins überhaupt. Hier einige der Neuerungen:

Wir haben neue MongoDB-Funktionen, um Änderungen in einer Datenbank zu überwachen. Dies kann Ihnen helfen, Änderungen an der Datenbank zu überprüfen und zu sehen, welche Änderungen Sie oder andere an der Datenbank, Ihrer Verbindung oder nur einer Tabelle vornehmen.

Für unsere CURL-Funktionen haben wir neue Web-Socket Funktionen hinzugefügt. Die neuen Funktionen CURL.WebSocketReceive und CURL.WebSocketSend können Daten über Web-Sockets senden und empfangen. Mit der Funktion CURL.SetOptionCACacheTimeout kann der Timeout für den Zertifikats-Cache eingestellt werden. Wir haben CURL.SetupAWS verbessert, um PATCH-Anfragen durchzuführen. In den Beispielen haben wir eine Beispieldatenbank für SMTP mit OAuth für Office 365 in FileMaker.

Für DynaPDF haben wir neue Funktionen zur Erstellung von ICC-Profil-basierten Farbräumen hinzugefügt. Wir können die Felder auf einer Seite überprüfen und ändern. Mit der Funktion DynaPDF.TestGlyphs kann man nun testen, ob ein Text mit der aktuellen Schriftart geschrieben werden kann.

Der Voreinstellungsdialog für macOS zeigt nun zusätzliche Kontrollkästchen für Code-Folding, Tooltips für den Exportdialog, die Option-Klick-Funktion im Script Workspace und Syntax-Highlighting für Berechnungen unabhängig von Skripten.

Im Skript-Arbeitsbereich haben wir die Befehle "Suchen" oder "Gehe zu Zeile" zum Kontextmenü hinzugefügt, um sie besser sichtbar zu machen. Das Suchfeld im Skriptarbeitsbereich ist jetzt ein echtes Suchfeld und speichert den Verlauf. Das Code-Folding kann jetzt mit der Optionstaste zwischen der Faltung des gesamten IF-Blocks oder nur des ersten ELSE umgeschaltet werden.

Für Windows gibt es im Einstellungsdialog ein neues Kontrollkästchen, mit dem Sie festlegen können, ob das Suchfeld des Beziehungsdiagramms angezeigt werden soll. Wir haben die Tastenkombination Strg-F für das Suchfeld des Beziehungsdiagramms unter Windows hinzugefügt, um den Fokus auf das Suchfeld zu setzen. Drücken Sie Strg-G, um die Suche fortzusetzen. Wir haben die Windows-Unterstützung für die Funktion ProcessActivity.beginActivity hinzugefügt.

Die Funktion Menu.DefineQuickMenuXML erkennt FontName und FontSize als Schlüssel zur Steuerung der Schriftart für ein Menü. Mit den neuen RichText-Funktionen für macOS und iOS können Sie mit RTF Texten in der Zwischenablage arbeiten. Die Funktion Files.DeleteFolder wurde für Linux aktualisiert, um rekursives Löschen zu ermöglichen.

Außerdem haben wir das Plugin SDK auf die Version von FileMaker 19.6 aktualisiert. Wir haben die CURL-Bibliothek auf Version 7.87.0, DynaPDF auf 4.0.70.201, GraphicsMagick auf 1.3.38, SQLAPI auf 5.2.3, SQLite auf 3.40.0, Xcode auf 14.2, zint auf 2.11.1 und zlib auf 1.2.13 aktualisiert.

Alle Änderungen in den Release Notes.

(more)

FileMaker Server Version and OS statistics

It's a long time since we published the last statistics diagrams.

First we look on the OS distribution and see that Linux grew a lot over the last three years. If that trend continues, Linux may reach 50%. So far in our numbers Linux was No 1 OS for FileMaker Server in November and December 2022.

(more)

MBS FileMaker Plugin, version 13.0pr8

New in this prerelease of version 13.0 of the MBS FileMaker Plugin:
  • Optimized initialization to log better if something gets wrong to help debugging.
  • Fixed a problem with macOS using same class name for a class as MBS. This may lead to a crash if one side tries to use the class and gets the one from the other side. We renamed our classes.
  • Lots of little documentation changes and updated Dash archive.
  • Fixed Shell.ExitCode to work better on Linux.
  • Improved Files.MoveFile on Linux to allow you to specify a folder as destination.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/, in DropBox folder or ask for being added to the DropBox shared folder.

MBS FileMaker Plugin, version 13.0pr7

New in this prerelease of version 13.0 of the MBS FileMaker Plugin:
  • Added fontname and fontsize as keys for the XML for Menu.DefineQuickMenuXML function. Now works for submenus, too.
  • Deprecated Proj functions.
  • Adjusted maximum object counts. Now DynaPDF.Table.Create can have 10000 tables at the same time in memory.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/, in DropBox folder or ask for being added to the DropBox shared folder.

Data Viewer extensions

Let us show you nine features of MBS FileMaker Plugin around the data viewer in FileMaker. While all are available on macOS, only one is also available on Windows:

Toggle data viewer

To show or hide the data viewer, just run MBS("Menubar.RunMenuCommand"; 49297) to trigger the menu command. Of course you need a menu set where this command is included and sufficient permissions.

You can define a hotkey via MBS FileMaker Plugin to show an hide the data viewer via a keyboard shortcut on macOS and Windows:

Set Variable [$hotkey; Value:MBS("HotKey.Register"; "F5"; "control")]
Set Variable [$r; Value:MBS( "HotKey.SetEvaluate"; $hotkey; "MBS(\"Menubar.RunMenuCommand\"; 49297)" )]

You may also use our Toolbar functions or even the TouchBar functions to define a custom button to toggle the data viewer.

(more)

ISO FileMaker Magazine: MonkeyBread Plug-In for Claris/FileMaker - Part 3

Check out the FileMaker Magazine website. Matt Petrowsky provides a huge collection of training videos around FileMaker. And recently he started a series of videos about our MBS Plugin:

Watch it on YouTube and subscribe to his channel.

Matt shows how he uses MBS functions and walks through our examples.

(more)

MBS FileMaker Plugin, version 13.0pr6

New in this prerelease of version 13.0 of the MBS FileMaker Plugin: Download at monkeybreadsoftware.com/filemaker/files/Prerelease/, in DropBox folder or ask for being added to the DropBox shared folder.

ISO FileMaker Magazine: MonkeyBread Plug-In for Claris/FileMaker - Part 2

Check out the FileMaker Magazine website. Matt Petrowsky provides a huge collection of training videos around FileMaker. And recently he started a series of videos about our MBS Plugin:

Watch it on YouTube and subscribe to his channel.

Matt presents how to look through our documentation and find useful functionality.

(more)

MySQL 8.0.31

For everyone using MBS Plugins with MySQL can now get the library in version 8.0.31 on our website:

Libraries Download

Please use option on connection to point to the libmysqlclient.21.dylib for MacOS, libmysql.dll for Windows or libmysqlclient.so.21.2.31 for Linux.
You can just include the dylibs/DLLs in same folder as the application and point to them.
For macOS the libraries are signed and notarized, so you may be able to use them. If you include them with your application, you may need to code sign them again.

The whole package is a convenience thing, so you don't need to find those files on the mySQL download page.

MBS @ FMTraining.TV - MBS Q&A

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.

We talk about what was new in 2022 in the MBS Plugins, our 24 day series about GraphicsMagick on the blog and we answered several questions.

(more)

FileMaker Konferenz 2023 in Basel

Vom 21. bis 23. Juni 2023 findet die zwölfte deutschsprachige FileMaker Konferenz in Basel, Schweiz statt. Das ODELYA Hotel liegt zentral neben der Baseler Altstadt und ist fußläufig vom Bahnhof erreichbar, so dass sich die Anreise per Bahn empfiehlt. FileMaker Anwender und Entwickler können ihre Teilnahme seit dem 1. Januar 2023 buchen.

FileMaker Konferenz.com

Möchten Sie Sponsor oder Sprecher werden?
Aktuell sucht der FMK Verein Vorschläge für interessante Vorträge.

Die Veranstalter vom Verein FM Konferenz erwarten auch 2023 rund 150 Entwickler, Anwender, IT-Fachleute und Entscheidungsträger aus Wirtschaft, Bildung und Verwaltung. Rund um über 25 Fachvorträge und Workshops wird es viel Zeit zum Vernetzen in den gemeinsamen Pausen und beim Abendprogramm geben.

Monkeybread Software ist als Platin Sponsor mit Stand und Session vor Ort. Bitte kommen Sie mit Ihren Fragen vorbei!

MBS FileMaker Plugin, version 13.0pr5

New in this prerelease of version 13.0 of the MBS FileMaker Plugin: Download at monkeybreadsoftware.com/filemaker/files/Prerelease/, in DropBox folder or ask for being added to the DropBox shared folder.

Archives

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
Dec 2010
Nov 2010
Oct 2010
Sep 2010
Aug 2010
Jul 2010
Jun 2010
May 2010
Apr 2010
Mar 2010
Feb 2010
Jan 2010
Dec 2009
Nov 2009
Oct 2009
Sep 2009
Aug 2009
Jul 2009
Apr 2009
Mar 2009
Feb 2009
Dec 2008
Nov 2008
Oct 2008
Aug 2008
May 2008
Apr 2008
Mar 2008
Feb 2008