MBS FileMaker Plugin, version 15.2pr7

New in this prerelease of version 15.2 of the MBS FileMaker Plugin:
  • Updated DynaPDF to version 4.0.100.285.
  • Added PremulAlpha as a possible raster flag for DynaPDF.RenderPage, DynaPDF.RenderPDFFile and DynaPDF.RenderPDFFileEx functions.
  • Improved Bonjour functions to cleanup threads better.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

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


Useful iOS functions

If you make an iOS application with the FileMaker iOS SDK, you can embed the MBS FileMaker Plugin for iOS and enjoy a lot of iOS specific feature.

Let's say you have a container for a document and you want the user to be able to scan a document. Then you check the DocumentCameraScan functions to add a button for this.

(more)

MBS FileMaker Plugin, version 15.2pr6

New in this prerelease of version 15.2 of the MBS FileMaker Plugin:
  • Changed tracing to log time with start script if Trace.SetWithTimes function.
  • Fixed a problem with linux and endless loop with BeginLayer function in DynaPDF.
  • Fixed a bug in Path.LastPathComponent function where the last character got cut off.
  • Fixed a bug in DynaPDF.PageStatistics function, so it works on the last page of the document.
  • Added JSON.ToCSV function.
Download 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 FileMaker Plugin, version 15.2pr5

New in this prerelease of version 15.2 of the MBS FileMaker Plugin:
  • Fixed XL.CopyCellValue, XL.CopyColumn and XL.CopyRow to work if second document has more sheets.
  • Added shortcuts to calculation dialog to pick return type just like field types.
  • Changed shortcut to show ruler in calculation dialog to using command-option-R.
  • Changed shortcut to show invisibles in calculation dialog to using command-option-I.
  • Added Audit.SetUUIDFields and Audit.GetUUIDFields function.
  • Updated plugin SDK.
  • Improved auto complete to work better with XL functions.
Download 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 FileMaker Plugin, version 15.2pr4

New in this prerelease of version 15.2 of the MBS FileMaker Plugin: Download 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 FileMaker Plugin, version 15.2pr3

New in this prerelease of version 15.2 of the MBS FileMaker Plugin: Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

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


Connect to DuckDB in FileMaker

Today we like to connect to a DuckDB database from FileMaker using the SQL functions in MBS FileMaker Plugin. For that we need the client libraries for DuckDB, but where to get them?

macOS with homebrew

For macOS you can use homebrew to install the duckdb package. Then you get the duckdb library installed.

You find the library on an Apple Silicon Mac:

/opt/homebrew/Cellar/duckdb/1.2.1/lib/libduckdb.dylib

For an Intel Mac, you find it in the /usr/local folder in a sunfolder.

(more)

Connect to Postgres in FileMaker

Today we like to connect to Postgres Database server from FileMaker using the SQL functions in MBS FileMaker Plugin. For that we need the client libraries for Postgres, but where to get them?

macOS

For macOS you can download the Postgres App to get a local test server for Postgres on your Mac. You can directly point to the libpq.5.dylib within the application.

We adjusted the install names to make them work into the Frameworks folder of your application. The libpq library needs crypto and ssl libraries, so these must be in the same folder. We got the libraries here for you: PostgreSQL Libraries. You can store these for example in the Extensions folder next to our plugin.

(more)

MBS FileMaker Plugin, version 15.2pr2

New in this prerelease of version 15.2 of the MBS FileMaker Plugin: Download 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 FileMaker Plugin, version 15.2pr1

New in this prerelease of version 15.2 of the MBS FileMaker Plugin:
  • Added AbortProc and an event processing loop to DynaPDF printing to help with updating a progress dialog.
  • Added DynaPDF.ReadImageFormatFile and DynaPDF.ReadImageResolutionFile function to inspect images files on disk.
  • Added DynaPDF.RenderJob function.
  • Added ExtensionFilter parameter to Files.ListRecursive function.
  • Added flag 128 for matching substring with the ExtensionFilter parameter for the Files.List, Files.ListAsJSON and Files.ListRecursive functions.
  • Added MapView.GetWindow function.
  • Added more Python functions to query time and library information.
  • Added ScriptWorkspace.IsFocusOnScriptList and ScriptWorkspace.SetFocusToScriptList functions.
  • Changed tooltips for fields to use FieldType() instead of SQL for better performance.
  • Fixed an issue with Audit.BuildCaches function missing the FieldName.
  • Fixed SQL.ConvertDateTimeFromSQL to return empty result if the date value is not valid.
  • Fixed SSH2 library for Windows to use OpenSSL instead of Windows API again. Broken in last release.
  • Implemented a maximum for sockets. Now limited to 1000 concurrent sockets to avoid crashing FileMaker when running out of file handles.
  • Implemented text selector for ScriptWorkspace.StyledScriptText function.
  • Improved Archive.Compress to compress folder itself if file list is empty.
  • Improved exceptions handling for GraphicsMagick functions.
  • Improved OCR error messages about missing functions to show the function name. you may see such an error if you have an older tesseract or leptonica library, which doesn't contain the functions we look for.
  • Improved PDFKit.SelectPrinter to return an error when we fail to create the dialog.
  • Improved performance of DynaPDF generating previews for container values for large files.
  • Improved showing IDs for Database Design dialog to not rebuild cache for new fields.
  • Improved the If/Loop highlighting to also highlight Enter Find Mode and Perform Find.
  • Updated DynaPDF to version 4.0.98.281.
  • Updated expat library to version 2.7.1.
  • Updated libarchive to version 3.7.9.
  • Updated Saxon library to 12.5.1 pre-release.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

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


Archives

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