FileMaker and IT, Computer News
Ultimate FileMaker Course – 06 – Permissions First
As with all increasingly complex human creations, especially those that go beyond the simple steps of “1, 2, 3, and done”, it’s important to plan for a solid foundation. A well-thought-out foundation guides a project toward long-term success and easier maintenance...
Ultimate FileMaker Course – 05 – Users & Sessions
Ultimate FileMaker Course – 04 – Developer Debug
Ultimate FileMaker Course – 03 – Shortcut Keys
Being able to move within a development environment with ease and efficiency is one of the great joys of integrating features quickly into your solution. The quicker features go in, the better you feel about the progress. While setting up and taking the time to...
Ultimate FileMaker Course – 02 – Settings & Prefs
This video discusses the general FileMaker preference settings and file specific settings. ABOUT THE SERIES The Ultimate FileMaker Course is a walk-through of adding essential components found in pretty much any modern FileMaker solution. The course is based around...
Ultimate FileMaker Course – 01 – Environment
This first video discusses the general FileMaker environment and highlights various folders and files any FileMaker developer should be aware of. ABOUT THE SERIES The Ultimate FileMaker Course is a walk-through of adding essential components found in pretty much any...
Critical Values Functions
Working with simple lists of values is one of the most fundamental aspects of building software. FileMaker, like any other development environment, often requires working with lists of values, whether it's a global field used as a relationship key or multiple...
Finding Scripting Errors
FileMaker 2025 (v22) – GetRecordIDsFromFoundSet()
One of the fundamental methods for loading a found set of records in FileMaker has traditionally been storing and using the key values of a selected set of records. With the powerful Go To Related Record script step, you can easily load any number of records. This can...
FileMaker 2025 (v22) – Grouping Enhancements
Aside from the welcome user interface refresh in FileMaker 2025, a valuable enhancement has been made to the existing grouping feature. This update encourages greater use of grouped layout objects and helps reduce the number of layout-based calculations, a point of...
Using GetLiveText()
Becoming familiar with all of FileMaker’s possible technology integrations can take many years. Often, the learning process happens as a side effect of solving a specific need. While you can use almost any other programming language alongside FileMaker, the built-in...
Quick Native Charting
One of the greatest advantages of FileMaker's built-in charting tool is its immediate access to aggregated data. This is especially useful when you don't need highly customized charts. If you do require full visual control, using a Web Viewer with JavaScript typically...
Building Faster Solutions Using Open Quickly
One of the powerful new features in recent versions of FileMaker Pro is the Open Quickly feature. While it initially had issues with giving users too much access, those concerns have been resolved through updated privilege settings. In this short video, I focus on a...
Elegant Panel Wizard
Having a few pieces of code that can be easily replicated into any solution is one of the best ways to achieve efficiency in development. Yes, AI is revolutionizing how we build solutions, but it's still important to have a personal "treasure chest" of code you're...
Better UI Settings
Longtime FileMaker developers have often used the database itself to store values for various user interface settings. This is valid, because, where else would you store them? A common approach is individual fields. However, there are a few problems with this. First,...
FMIndent – FileMaker Code Formatting
FileMaker developers who use editors like VS Code, IntelliJ IDEA, BBEdit, or even VIM are very familiar with the modern conveniences expected from a code editor: linters, code completion, formatting, syntax highlighting, and more. In FileMaker, however, we've been...
ForEach Function for Scripted Loops
When it comes to doing the same thing over and over again, you really can't beat a loop. It's the wet side of DRY (Don't Repeat Yourself), where the "Don't" turns into a very big "Please, yes, DO." The trick with loops, especially when you're processing a lot of data...
Complex Conditional Formatting
Breaking down complex logic into manageable chunks of code is the smartest thing you can do when it comes to conditional formatting. Especially when it needs to account for an increasingly wider number of conditions. This week's video deals with what seems like a...












