Low-Code

Code Readability: Good Comments vs. Bad Comments

This article will show examples of good comments vs. bad comments, and how you can improve your code readability by following a few key principles. In our previous blog posts on code readability, we showed how to enhance code readability by using spacing and meaningful naming without adding comments. Some of you might be wondering, what’s wrong with comments? …

Code Readability: Good Comments vs. Bad Comments Read More »

FileMaker Server and Linux Security Best Practices

A new Linux vulnerability known as “Dirty Pipe” allows local users to gain root privileges through publicly available exploits. Security researcher Max Kellermann responsibly disclosed the Dirty Pipe vulnerability and stated that it affects Linux Kernel 5.8 and later versions, even on Android devices.

card-windows

When Upgrading to FileMaker Server 19, Look Out for this Gotcha with Card Windows on WebDirect

Card windows weren’t supported on WebDirect until FMS 19 The card window was first introduced in FileMaker 16. Since then, many of us have incorporated it into our design. At the time, it was supported on FileMaker Pro (FMP) but not on WebDirect. If we try to open a card window on WebDirect with FileMaker …

When Upgrading to FileMaker Server 19, Look Out for this Gotcha with Card Windows on WebDirect Read More »

single-pass loop

Single-Pass Loop

This article explains the technique known as a single-pass loop, and why it is part of my script template. If you do a lot of error trapping or exception handling, this is a great technique to master. The single-pass loop technique is inspired by the Try-Catch statement found in many programming languages. In a Try-Catch …

Single-Pass Loop Read More »

Free FileMaker Training

Free FileMaker Training Series

Free FileMaker Training Classes We’re pleased to announce our Free FileMaker Training Series taught by platform expert, Matt Navarre. Matt is a Claris FileMaker Evangelist and Trainer at Direct Impact Solutions, and has been a certified FileMaker developer for over 30 years. Matt teaches several FileMaker training classes throughout the year, including classes for FileMaker …

Free FileMaker Training Series Read More »

FileMaker Upgrade

Is it time to upgrade your FileMaker solution? If you aren’t running the most updated version of Claris FileMaker, we’d urge you to consider a FileMaker upgrade. Perhaps your new laptop is no longer compatible with your current version of FileMaker, or you would like to access new features such as API connectivity, WebDirect or …

FileMaker Upgrade Read More »

FileMaker Developer

Is Your FileMaker Developer Retiring?

When FileMaker developers leave, many companies do not have an exit plan or sufficient time to hire and train a replacement. This can be a scary scenario for companies with workflows or workgroups that are dependent upon FileMaker solutions.

Sorting In FileMaker

Column Header Sorting in FileMaker

In a data table, it’s common to click on a column header to sort the data in that column. However, it’s rare to encounter a FileMaker system that does this elegantly; I’d like to present a solution that makes column header sorting in FileMaker more modular, and hopefully you’ll agree that it’s more elegant as well.