MBS FileMaker Plugin, version 11.4pr4

New in this prerelease of version 11.4 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.

WebView2 support coming for MBS Plugin

As you may know Claris switched the engine for WebViewer on Windows. Instead of Internet Explorer they now use the WebView2 component from Microsoft for FileMaker 19.3. Sadly we didn't get our plugin to work with this Edge/Chromium engine for FileMaker 19.3.

But we like to let you know that we work on a fix with Claris. With a little help from them, the plugin can actually get the reference to the WebViewer. For a future plugin version we can get our WebView functions to work with WebView2. But this change on Claris' side requires an update to FileMaker Pro, so this won't work for FileMaker 19.3, but for the next version after this, let's name it 19.4.



We look forward to the fall with a new FileMaker Pro release for Windows to have you all try the new functions.

Be aware that the Chromium/Edge as engine may behave a little bit different, so you need to test all scripts. And we may have a few new functions for WebView2 specific. Since WebView2 component gets regularly updated, you may need to have a recent version installed to use all plugin functions as some require a recent version, e.g. one from 2021 instead of the one from 2020.

If you like to try it soon, you may want to join Claris ETS (external testing service) and get early access to future FileMaker versions. Otherwise wait for the release, probably in fall 2021.

MBS FileMaker Plugin, version 11.4pr3

New in this prerelease of version 11.4 of the MBS FileMaker Plugin:
  • Added SendMail.Sign function to send S/MIME signed emails.
  • Added PKey.Read, PKey.ReadFromContainer and PKey.ReadFromFile functions.
  • Changed SendMail functions to cache email source and not render it again each time you query it. And clear it when you change a property of the email.
  • Fixed problem with menu functions on Windows not drawing disabled menu entries in gray when using font styles.
  • Fixed problem in PDFKit.GetPDFAttribute returning an error when no keywords are available.
  • Fixed a problem with menu functions on Windows to better measure space needed.
  • Fixed a problem with menu functions on macOS not showing diamond or bullet checkmarks.
  • Added error message when tracing script calls and logging errors.
  • Added password parameter for PKey.Read function to read encrypted private keys.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/, in Dropbox folder or ask for being added to the dropbox shared folder.

Bug Bounty Program

We are happy about any bug report we get, so we can fix it. But since we got asked if we pay bug bounty, let me explain:

In the past we paid bug bounties for valuable information about vulnerabilities on our products or website.
We haven't put up a website like CURL project here, but we may formalize it more in the future.

To give a few examples for the websites:
  • You can read a file you shouldn't see.
  • You circumvented the CMS login. Create a new article with your name as proof and contact us.
  • You can write a file to our web server, e.g. write a text file with your name and contact us.
  • You can execute code own our web server, e.g. run ls -al and show us the output.
  • You can run SQL on our database servers.
For our products:
  • Have you be able to crash an app with bad input data? Especially if that could lead to stack corruption and thus execute input data as code.
  • Have you found a way, where you can do a SQL injection?
  • Have you found a way to circumvent a login or security privilege checking?
  • Have you found a way to circumvent our license checks?
We may extend this list with new examples.

Please note that not all crashes are a vulnerabilities, some things got reported before, may be caused by code not from us (open source libraries) and not all vulnerabilities can be exploited.
If you have something, please contact us.

FileMaker Meeting in Canada

As I am traveling to Calgary in Canada next month, I like to arrange a FileMaker developer meeting.

Let's talk about FileMaker, conferences, plugins and other programming topics.

Please help to decide on the exact day: Calgary Meeting - Edmonton Meeting

As we have FileMaker users in both cities and around them, we may do both events. Please mark your availability in the surveys above. If you could drive to both cities for a meeting, you can put yourself into both surveys. Feel free to contact us if you have questions.

We can reserve a table in a nice restaurant in Calgary and Edmonton and talk an evening about FileMaker. Time probably around 18 to 22 o'clock, so you can come later or leave early.

Once I set a date and pick a place, we'll contact everyone own the list with the details. I hope to see you all there!

Update: The date is Tuesday, 14th September 2021 for Calgary.
If you like to join, please contact us to get on the guest list.

Kentuckiana FileMaker Developers Group

We got a recording of the meeting for the Kentuckiana FileMaker Developers Group from 27th July 2021, where I presented a few examples coming with MBS Plugin.



Watch it on YouTube.
I was very happy to have them schedule their meeting for lunch time, so I could join live at evening time in Austria, right from our little hiking vacation. Enjoy the video and let us know if you have ideas or questions about our plugin.

Trigger scripts via plugin and fmplugin extended privilege

Recently more people updated to FileMaker versions 19.2 and 19.3. On support calls, we see more complains about plugins no longer calling scripts or doing SQL properly.

If you turn on Trace logging, you may see for example:

Start Script "DragAction" in file "DragTest" with control Pause
Parameter: 31001
Current file: "DragTest". User "Christian" on host "DESKTOP-CK2F9O6"
Result: 825 (File is not authorized to reference the protected file)

So when you see error 825, then this is a permission issue. With FileMaker version 19.2 Claris introduced the fmplugin extended privilege. Old files don't have this, so script triggering is allowed for the plugin. But if the file is new, it gets a fmplugin extended privilege. And if that one is not checked, the script trigger is forbidden. But you can mark the checkbox to allow all plugins.

Or you add a specific fmpluginMBSP to only allow MBS Plugin. And you may define this for all or some privileges, so some user may use plugin and some not.

If you are interested in limiting functionality of MBS Plugin for users, feel free to limit functions with Plugin.SetFunctions call. Or limit functions to certain scripts/file/privileges, check the Plugin.LimitFunction function. If you like to know what functions you use, check the Plugin.UsedFunctions function and run it after the solution has been used for a day or so.

See also Tracing MBS Filemaker Plugin, DbgView for watching trace messages live on FileMaker Server, Watching for Errors with MBS Plugin and About controlling plug-in access between files.

Claris Engage Beyond 2021

Please join the Claris Engage Beyond webinars next week. Starts on August 25th with a Webinar from

Learn, share, and connect online with Claris Engage Beyond 2021, beginning on August 25.

Stay ahead of the curve with Claris Engage Beyond! Get ready for Claris insights, new learning opportunities, and other virtual sessions, brought to you live and on-demand. Whether you’re new to Claris or a long-time community member, Claris Engage Beyond offers the opportunity to choose the sessions you find most valuable.

Please register for the Claris Engage Beyond LIVE kickoff event, featuring Claris CEO, Brad Freitag and VP of Engineering, Peter Nelson, on Wednesday, August 25, 2021. You can also explore and register for other sessions happening after the kickoff.

View the schedule and sign up today!

All sessions are virtual and free of charge.
claris.com/engage

Hope to see you there!

Claris FileMaker is a very versatile tool, but we are curious to learn what direction Claris wants to go with it in the next year. We look forward to an update of the roadmap, maybe some previews of what's coming and in which areas Claris will invest in the products.

We like to hear more about improvements to the admin console for server, additional data centers for the Cloud offering, Android support, the web authoring engine in the browser and maybe some simplified licensing. For Android, I'd still wish Claris would hire a few developers to port over FileMaker Go.

Later on the 25th August, please join Richard Carlton and his team in the FMTraining Live Broadcast session "Claris CEO Kickoff - Post Event Review" to recap the high lights and add a bit of context and background information.

See you there!

MBS FileMaker Plugin, version 11.4pr2

New in this prerelease of version 11.4 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.

MBS FileMaker Plugin, version 11.4pr1

New in this prerelease of version 11.4 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

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