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 the new version 14.3 of our plugin: Announcement, release notes and new functions.
Let us show you how to combine DragDrop functions with the Overlay functions, run Python scripts with our Python functions and check the other smaller enhancements.
(more)
New in this prerelease of version 14.4 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.
Recently clients asked to get a quick way to insert records with JSON data. As soon as that was done, the next one asked for updating and then of course for our insert and update.
We had these functions for years:
And all these functions are very handy, but how about passing parameters as JSON?
(more)
New in this prerelease of version 14.4 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 14.4 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.
Did you know that in Release 14.3 we have added the option in the Quicklist area to output the Quicklist entries as a JSON text array?
You can simply use the QuickList.JSONArray function to do this. Today I would like to introduce you to this function in comparison to a function that was added last year: QuickList.JoinJSON.
Quicklist entries as JSON array
Let's take a look at an example where we want to write entries in a quicklist and have them returned later as a JSON array. First we create a quicklist and enter a few entries there. We can then extend this list as needed afterwards, as we do with blackberry, for example.
Finally, we want to get this quicklist back as a JSON array. To do this, we use the new function QuickList.JSONArray, which returns an array with all the texts in the quicklist.
Set Variable [ $QL ; Value: MBS("QuickList.New";"apple¶pineapple¶orange¶apricot¶banana") ]
Set Variable [ $r ; Value: MBS("QuickList.AddValue"; $QL; "blackberry") ]
Set Variable [ $JSON ; Value: MBS("QuickList.JSONArray"; $QL) ]
Show Custom Dialog [ "JSON Array" ; $JSON ]
(more)
Und noch ein Video von der FMK 2023 in Basel. Bekommen Sie einen Einblick in das Erstellen von Layouts. Diese Video soll besonders FileMaker Anfänger ansprechen.
Auch dieses Jahr sind wir wieder mit mehren Vorträgen auf der FMK in Malbun vertreten und freuen uns, wenn wir Sie dort mal persönlich treffen können.
Sie haben noch kein Ticket für die nächste FMK? Dann folgen Sie doch gerne dem folgenden Link: FileMaker Konferenz
Today I would like to introduce you to a really cool function from the latest release of the MBS FileMaker Plugin. It's about the DragDrop.AttachToOverlay function. This function combines 2 areas from our plugin. The possibilities of drag and drop and our overlay windows.
We introduced our overlays for the first time at the beginning of this year. These are areas that you can create on the screen, give them a background, which you can move freely as you wish and which you can use with several mouse events, such as click, enter or exit. At the beginning of the year, we published the blog article Overlay windows for FileMaker. The second part we want to talk about today is drag and drop. This plugin part allows you to create drop zones into which you can drag files, for example, which can be processed with a script trigger. You can now also create a drop zone on an overlay.
(more)
We are switching from DSL to fiber and that broke the phone system.
Currently you can’t call us via phone.
Should be fixed in the next days.
For the time being, please contact us per email.
PS: Problem was fixed. Phone works once again!
Was man machmal noch alles auf der Festplatte findet. Das ist ein Video zu Stefanies Vortrag auf der FMK 2023. Ihr Nachname hat sich inzwischen geändert, aber der Inhalt des Video ist aktueller denn je. Wenn Sie also Anfänger sind und die ersten Grundlagen anhand dem Bau einer App nachvollziehen möchten, ist dieses Video genau das richtige für Sie. Auch dieses Jahr sind wir wieder mit mehren Vorträgen auf der FMK in Malbun vertreten und freuen uns, wenn wir Sie dort mal persönlich treffen können.
Sie haben noch kein Ticket für die nächste FMK? Dann folgen Sie doch gerne dem folgenden Link: https://filemaker-konferenz.com
New in this prerelease of version 14.4 of the
MBS FileMaker Plugin:
- Added OptionsJSON parameter for MongoDB.ReplaceOne function.
- Added FM.FieldStatistics function.
- Fixed incorrect returning of result for DynaPDF.SetRenderingIntent, DynaPDF.SetUserUnit and DynaPDF.SetLineWidth functions.
- Updated DynaPDF to version 4.0.90.257.
- Changed plugin to return empty results as really empty and trace to log that as nothing. It makes a difference whether we return nothing or empty text.
- Added shortcut for layout editor to use Command-Option-Shift-F on macOS to jump to the objects search field.
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.