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.

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!

 

Blogs

Featured Entries

The web offers a range of powerful tools that streamline business operations—Stripe for payments, HubSpot for CRM, and Mailchimp for email campaigns. It’s also where customers interact with tailored systems, such as portals for orders or support tickets. The Claris platform, including FileMaker, extends this flexibility by providing custom software for desktops, mobile devices, and […] The post Using Claris FileMaker as a backend database for web apps appeared first on Proof+Geist. View the fu
This is a quick post to say that JSONQuery 2.0 is finally here with many new features, and some improvements to existing features as well. What is JSONQuery? A FileMaker custom function authored by Steve Senft-Herrera that enables you to query JSON. Basic Things JSONQuery Does 1) Query – Allows for finding elements that match… Continue reading JSONQuery 2.0 Is HereView the full article
Are you a FileMaker developer looking to streamline your workflow? In this video excerpt from the Claris FileMaker Pro Advanced 2 training course, you’ll learn how to leverage consumer-based AI tools, like ChatGPT, to enhance your development process. Imagine being able to generate sample data with a simple prompt or analyze complex scripts without getting lost in the technical details. You’ll discover how to create robust datasets—like product records with just a few lines of text—and how t
  • PCIPal
Join us for a webinar where we'll explore how AI can elevate your FileMaker system! Whether you're new to AI or looking to enhance your existing solutions, this session will show you practical ways to bring more intelligence into your FileMaker application. https://dbservices.com/blog/upcoming-webinar-ai-innovation-in-claris-filemaker dbservices.com
This is a quick follow up to last week’s Fast Summaries to JSON and will assume the reader is familiar with that material. Demo Files Fast Summaries to JSON, v5 (requires FM 16 or later) Fast Summaries to JSON, v6 (requires FM 16 or later) After last week’s article appeared, a reader contacted me wondering… Continue reading Fast Summaries to JSON, part 2View the full article
Over the years, I've met a wide range of developers. Just like the variety of clothing styles you'll see at any popular concert, there are potentially just as many different programming styles. The usefulness, however, of development standards is equivalent to the simplicity of a stoplight. If we can all agree on one thing, then that one thing can benefit everyone who uses it. When you consider this statement in light of FileMaker's available Global Variables, it's hard to agree on the decision
At Proof+Geist, we believe that time together should be meaningful. That’s why we’re already getting excited about one of the best opportunities to connect, learn, and grow in the coming year: Claris Engage 2025! Claris Engage isn’t just another conference. It’s where business owners, developers, and stakeholders come together to explore the latest in technology, […] The post Save the date for Claris Engage 2025: A must-attend event for business leaders and FileMaker developers appeared first o
The FileMaker Execute Data API script step now supports write operations. These new operations allow you to create, update, delete, and duplicate records, as well as return metadata, all through a single JSON object. Includes video and sample file. Claris FileMaker Execute Data API Write Operations dbservices.com
One of FileMaker's most advantageous tools added in recent years is the Button Bar. It was the first way to present dynamic, calculated content directly on the screen. This removed the need for the decades-long practice of adding "yet another unstored calculation field." You can calculate something and render it right on the screen. Then, in FileMaker 20, we got a new layout object called Layout Calculations. While these now provide the same functionality as a Button Bar, they do so without the
FileMaker's script triggers can be problematic if you don't properly test and debug the user interaction flow. Some developers, perhaps even yourself, avoid script triggers for this reason. However, script triggers can be incredibly useful. Unlike JavaScript in the Web Viewer or other environments (anyone remember HyperCard or Adobe Flash?), which have numerous possible events, FileMaker offers a limited set of events called Script Triggers. One of the best aspects of Script Triggers is that t
In Claris FileMaker, audit logs provide a detailed history of changes to records, allowing administrators to track who made what changes and when. From native FileMaker capabilities to third-party options, the choices you have for audit logging solutions are just as diverse as the data in the logs themselves. We discuss why audit logging is important and the options available. Audit Logging in Claris FileMaker dbservices.com
If you have a Personal plan or if you have large files that take too much time uploading using the FileMaker Pro Upload to host feature, you can use a FTPs software to upload your files. We recommend using FileZilla, a free compatible FTP client. You can simply use the Quick Connect feature data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABhAAAACUCAYAAAByZ2PsAAAMPWlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkJDQAghICb0JIlICSAmhBZDebYQkQCgxBoKKHVlUcC2oWMCGrooodpodsbMo9r5YUFDWxYJdeZMCuu4r3zvfN/f+958z/zl
Enhance your FileMaker Pro expertise with our Advanced 2 FileMaker training course Building on the foundation laid in our Beginner, Intermediate, and Advanced 1 courses, Productive Computing University’s Claris FileMaker Pro Advanced 2 training course will help you take your knowledge and FileMaker development skills to a new level. In this advanced FileMaker Pro training course, you will learn how to use AI for sample data, to write SQL statements, analyze scripts and much more. 
Discover the latest advancements in FileMaker 2024 with our in-depth look at two game-changing features: PSOS with Callback and Configure Local Notification. These powerful tools can transform your development process, enhance productivity, and streamline workflows. Whether you’re running lengthy reports or managing complex scripts, these new functionalities offer greater flexibility and control. Let's explore practical examples of how to leverage these features to create efficient and responsiv
Our world of software development is changing rapidly! With AI influencing the way we develop, it becomes increasingly important for developers to become informed about the tools which help them become more efficient. Fortunately, we still live in a world where people have to coordinate and organize code. Even if AI can create near-flawless code in some cases, it doesn't create the ideas. Humans are the creative force. Whether you're using a simple Find & Replace to refactor some functions,
Imagine you have a bunch of receipts, invoices, or any other documents, and you need to pull out specific pieces of information from them, like dates, totals, or names. Doing this manually can be time-consuming and prone to errors. This is where the new GetLiveTextAsJSON function in FileMaker 2024 comes in handy.  Learn how you can use this new feature with an image of a mock restaurant receipt uploaded to a container field. You’ll see how GetLiveText extracts the text, but the results do no
It's pretty easy to format a number field as currency, especially if it's a standard field. Once you enter the realm of merge fields, formatting a number can sometimes become difficult when multiple merge values need to display in a different format. For example, you might need a single text block to display one number field as it was entered and another as currency. This article will discuss several ways to assign the appropriate formatting to multiple number fields in a single text block.View

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.