DDRparser is a free tool for FileMaker developers that converts XML exports from FileMaker Pro β either Database Design Report (DDR) or SaveAsXML β into a well-organised set of text files. This makes it...
π Intro: FileMaker has always been a powerful platform for building business apps. But when it comes to understanding how a solution changes over time β which script was edited? what field was added?...
Integrating Zoom meeting functionality into a FileMaker-based CRM system opens up a streamlined workflow for scheduling, inviting, and following up on virtual meetings β all from within your custom app. This guide outlines how...
When integrating with APIs, it’s common to encounter a requirement for JWT-based authentication. JSON Web Tokens (JWT) are a compact and secure way to pass claims between systems and are commonly used in modern...
At Horneks, we’ve always authored our ACF scripts in external editors β most recently using TextMate β where the source code lives in text files and is manually loaded into FileMaker for compilation. The typical workflow...
This experiment blew my mind when I asked ChatGPT to assist in rewriting a FileMaker Custom function that was messy, had a lot of parameters and also did recursive calls. Some of the details...
Many demos come with a time-limited license that allows you to test the product before purchasing a permanent license. However, as time passes, the demo license expires, and any call to the plugin will...
Introducing .xlsx Support in the ACF Plugin The ACF plugin now supports producing native Excel spreadsheets in the widely used .xlsx format! The XLSX format is essentially a ZIP package containing various interrelated XML...
Look at the Youtube video we have just uploaded: Look in the download section to download the demo application shown in the video. You can have OpenAI assist you in Writing an email to...
AnnualReport_DemoFurnitures Full package with report generation to Excel, adding 3 different chart types to the report. Stacked column and line-chart on sheet 1, 2 and 3. Multiple doughnuts on sheet 4.
MakePlatformBannerImages Full package for adding plattform banners overlay on product images. Uses ImageMagic
RetrieveDataFromExcel Return a two-dimensional JSON array from the content of a Excel Spreadsheet
DragAndDropOptions Create Option JSON object for use with the new Drag & Drop functions in the ACF-Plugin 1.7.7.4, now 1.7.8.2 is available.
LocalizedDate Convert at Date or Timestamp value to a localized string
DemoGetSQLdata A short demo to demonstrate the named placeholders and the INTO statement in ACF-plugin SQL.
GenJWTtoken Create and sign a JWT token for use in API-authentication
HaversineDistance Calculate the surface distance between two pair of coordinates of the globe
GetCityCoordinates Return the geo coordinates for a given city or address
NormalizeCRs Replace CRLF and LF to CR in a string (Value list)