
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.
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)

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.

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.

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.

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.
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)
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)

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.

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.