Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
FileMaker 2026 Released

Welcome To FMForums

Welcome to our community, full of great ideas on developing your FileMaker solutions effectively,
 for peer-to-peer support of the FileMaker Platform and related products and services.

Register and join the conversation!

 

Affiliate Blogs

Featured Entries

One of the best new features added to version 13 of FileMaker was the Hide Calculation. Not only does it allow you to hide any layout element as needed, but it provides access to the calc engine for creating any $local or $$GLOBAL variables on a layout-by-layout basis. Knowing that all layout elements pass through the hide calculation before being rendered to the user is also a helpful thing to know. In this video, I’ll walk you through the process of using the Hide calculation in order to make
No Access? Watch the preview video here. ButtonBarTricks_Pre.mp4 Attachment Size ButtonBarTricks.zip 372.35 KB By Matt Petrowsky When developing within tools like Xcode, the sky’s the limit in terms of providing user interaction and user feedback. Fortunately, with FileMaker, we have access to many of the core interaction elements from iOS. Popovers are a great example of a critical iOS UI element. When FileMaker 13 was released we got the wonderful Popover objects. To follo
When developing within tools like Xcode, the sky’s the limit in terms of providing user interaction and user feedback. Fortunately, with FileMaker, we have access to many of the core interaction elements from iOS. Popovers are a great example of a critical iOS UI element. When FileMaker 13 was released we got the wonderful Popover objects. To follow that up within FileMaker 14, we got the new objects named Button Bars. These new objects were an enhancement on the ages old Button objects. The co
Hacking Your Own FileMaker Platform Solutions Should FileMaker Platform developers mount hacking attacks on their own solutions? At first glance, this may seem an odd question. But I believe that the answer is “Yes, we should.” Consider this. As developers we see our solutions from a totally different perspective than Threat Agents see them. Without practicing our own hacking skills, we can become blind to the vulnerabilities a Threat Agent can exploit to compromise the Confidentiality
Recently, in the midst of various reporting and charting projects, I’ve found myself wishing for an easy way to “dynamically instantiate” one or more variables… in other words, set them by name, with the name determined programmatically, as opposed to being hard coded. This issue has come up from time to time on this blog […] View the full article
We caught up with Santtu Rantala; our Apprentice IT & FileMaker Developer to discuss a day in the life working as an Apprentice at Linear Blue –  As an Apprentice FileMaker Developer at Linear Blue I’ve been given the opportunity to work closely with experienced FileMaker Developers to learn more about what’s involved in development... View the full article
Attachment Size WebScrapingData.zip 383.66 KB By Matt Petrowsky FileMaker can be such a wonderful desktop tool for harvesting and managing a lot of data. It’s because the user interface is baked right there into the backend database. You can whip up a powerful data parsing solution in no time. Can it handle the data? Yep! Can you build the interface right there? Yep! This sense of “data power” can be compounded even more with a little bit of know-how. When you’re not afraid to ste
FileMaker can be such a wonderful desktop tool for harvesting and managing a lot of data. It’s because the user interface is baked right there into the backend database. You can whip up a powerful data parsing solution in no time. Can it handle the data? Yep! Can you build the interface right there? Yep! This sense of “data power” can be compounded even more with a little bit of know-how. When you’re not afraid to step, just a bit, outside of FileMaker’s user interface and simply plug-in to ano
If you do complex data analysis, then from time to time you probably need to group, summarize, and parse data into variables and/or fields. There are various ways to accomplish this, including the Fast Summary technique, which regular readers of this blog may be familiar with, as it has made a number of appearances here […] View the full article
Aligning FileMaker Security Requirements To Business Interests   March 29th 2016   There has been a considerable amount of discussion recently in various FileMaker Platform venues about database security.  Much of the discussion has focused on the use of one technique or another, and most of those techniques actually detract from the security of FileMaker systems rather than enhance security. Absent from these discussions, however, has been any description of
No Access? Watch the preview video here. SlideoutMenus_Pre.mp4 Attachment Size SlideoutMenus.zip 322.33 KB By Matt Petrowsky Slideout menus have been around for quite some time in the mobile world. They often come alongside an icon of three short horizontal bars which are commonly called a hamburger menu. Called as such because it looks like two buns, with one above and one below the meat in between. This icon is also suspiciously similar to a "List view" icon in our familiar
Slideout menus have been around for quite some time in the mobile world. They often come alongside an icon of three short horizontal bars which are commonly called a hamburger menu. Called as such because it looks like two buns, with one above and one below the meat in between. This icon is also suspiciously similar to a "List view" icon in our familiar world of FileMaker. While the UI pattern still has a lot of use in the mobile world, it's becoming increasingly "out of fashion" and referred t
Back in 2014 we wrote our most popular article to date about integrating FileMaker with the online email service Mandrill. Recently, Mandrill have announced that they are ceasing their free service and are turning it into a Mailchimp add-on service that will cost a fee. In this article we detail how you can switch to using SparkPost, a free mail service that is the preferred alternative to Mandrill (even Mandrill themselves recommend it!) We provide a demo file and information on how you ca
No Access? Watch the preview video here. SecuringCredentials_Pre.mp4 Attachment Size SecuringServiceCredentials.zip 381.86 KB By Matt Petrowsky Security credentials, such as critical passwords, API secret keys and other methods of authentication are the gatekeepers to vast troves of data. These are the pieces of information you want to be most careful with. You don't want to spread them all throughout your FileMaker solution making the "attack surface" an easy steal for anyo
Security credentials, such as critical passwords, API secret keys and other methods of authentication are the gatekeepers to vast troves of data. These are the pieces of information you want to be most careful with. You don't want to spread them all throughout your FileMaker solution making the "attack surface" an easy steal for anyone. In this video you'll learn about how the Full Access settings apply to both custom functions and how this relates to scripts which reference those custom funct
Emerging Trends in Information Security Affect FileMaker Platform   By Steven H. Blackwell March 17th 2016 The recently concluded annual RSA Security Conference showcased a number of important emerging trends in Information Security that likely will affect FileMaker Platform developers and Administrators of FileMaker Platform systems. In this BLOG entry, I will describe some of these and offer some observations about how they might apply to the FileMaker Platform.
Attachment Size CreativeSliderPanels.zip 350.22 KB By Matt Petrowsky Emulating features and design functionality found within iOS apps can be both frustrating and rewarding in FileMaker. Frustrating because you can't just replicate anything you see in iOS, yet rewarding when you pull something off and feel like FileMaker is that much closer to a native looking application. The biggest benefit with FileMaker being you likely created the solution with a speed which simply can't be ha
Emulating features and design functionality found within iOS apps can be both frustrating and rewarding in FileMaker. Frustrating because you can't just replicate anything you see in iOS, yet rewarding when you pull something off and feel like FileMaker is that much closer to a native looking application. The biggest benefit with FileMaker being you likely created the solution with a speed which simply can't be had when building the same with the native iOS APIs. Simply put, FileMaker saves a t
Group Session #1 Hi. My name is Andy and I'm an API Addict. In my defense, I have to say it's all Brian Dunning's fault. See, when I was first starting out with FileMaker, and discovered all that sample data on Mr. Dunning's website, I found I couldn't get enough. I was sorting, and parsing, and testing, and munging, and wrangling, and...and...and I just kept needing bigger and bigger datasets to "work" with. When I'd gone through the biggest one there, I realized I still needed more. Read m
No Access? Watch the preview video here. LayoutDesignTips_Pre.mp4 By Matt Petrowsky When it comes to creating a great design within FileMaker's layout mode, there's always a bit of skill and experience mixed in with some practical know-how. Fortunately, the creative side of the experience can be enhanced quite a bit when you know how to apply those practical bits of knowledge. If you've always wondered how the masters achieve their streamlined and balanced look and feel, then wonder

Recently Browsing 0

  • No registered users viewing this page.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.