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.
Author’s note: Inevitable comparisons will be drawn between the new While function and the venerable CustomList custom function, which I wrote about at length several years ago. Preliminary testing indicates that CustomList is faster under certain circumstances and While is faster under others. In my opinion, both of them belong in your developer tool kit. […]
View the full article
The FileMaker Let function is your tool to make a calculation readable, well formatted and easy to debug. Let us discuss how it can be used.
The post Like a Boss: Let us Discuss the FileMaker Let Function appeared first on Geist Interactive.
View the full article
[ Edit: 3/16/2016 - With the help of some other people, we have been able to recover, or recreate some of the original images from original thread. ]
Security is always a big topic when it involves data, or people, or possessions. Recently, over on the FileMaker Community, there was a very beneficial discussion regarding security. Unfortunately, that discussion was the victim of a necessary action...and was deleted. It was deleted, because the discussion was tied to a video that, as was det
Hi all,
Today I'm happy to announce the release of Elemental for FileMaker. This is a free fully unlocked solution containing some cool user interface and design stuff that I hope you find useful and can incorporate into your own solutions.
You can grab a copy now at https://www.elemental-fm.com
In Elementals first version you'll find the following:
Avatars
Over 20 API integrations with avatar generators. These are uniquely generated based on a name y
The FileMaker Script Debugger is powerful. Its features are often overlooked. In this post we examine the buttons that control stepping through a script.
The post Like a Boss: Using the Script Debugger to its Full Potential appeared first on Geist Interactive.
View the full article
User interface related topics are always exciting when they work really well within FileMaker. Regarding non-modal status updates, e.g. showing the user what happened or is happening, we have a few options we can use. The most simple is to toggle a value which uses a hide calculation to show/hide a given object on the layout and refresh its visibility.
When you extend this notion a good bit further, you can come up with one of the most creatives uses of many hide calculations to take advantage
Claris FileMaker has the potential to revolutionize the way you manage data and processes, but unlocking its capabilities requires a well-thought-out implementation. We've created this 9-step checklist to help guide you along your FileMaker implementation! Claris FileMaker Implementation Guide >
dbservices.com
When your parent company is named ‘1-more-thing’, there’s no excuse for not being present in Los Angeles!
That’s now fixed. fmcloud.fm is available in LA, greatly benefiting the FileMaker users of California, Arizona, Nevada, and Utah.
You can measure the latency between you and our various datacenters on this interactive map.
Want to try now?
If you already have a server on fmcloud.fm, just send us an email,
Demo file: on-window-transaction-json.zip Credentials: admin / admin Minimum version: 20.2 [for both client and server] Note: This demo file is optimized for Perform Script on Server (PSOS), and is intended to be hosted on FileMaker Server or FileMaker Cloud. Introduction Recently a colleague mentioned that they were running into a performance issue trying to load… Continue reading OnWindowTransaction JSONView the full article
We demo how communication between your Filemaker Go app and your business's other mobile apps can help reduce double data entry, make data more easily accessible, and boost productivity. Includes a sample file and video. Communication with Mobile Apps via FileMaker Go >
dbservices.com
Discover the newest insights from Claris Engage 2024, where our team delved into AI, productivity enhancements, and developer strategies – watch the videos now!
The post Check Out Proof+Geist’s Claris Engage 2024 Speaker Sessions! appeared first on Proof+Geist.
View the full article
Discover the frustration of dealing with bugs that strike only at specific times and how logging can unveil the hidden causes behind these intermittent issues, offering crucial insights into debugging strategies for API interactions and server scripts.
The post Woes of Temporal bugs appeared first on Proof+Geist.
View the full article
Consistent data entry is one of the hallmarks of a well-designed FileMaker database. It allows a user to run accurate reports and perform reliable sorts and finds, just to name a few important features. Popups and Pickers can assist in the integrity of your data, allowing you to control how users enter data. Without pop-up and pickers, found sets and reports might return inaccurate results. This article will discuss the ins and outs of popups and pickers, including interface techniques, feature
Spreadsheets really suck!... Long live spreadsheets, they're super useful! This simple contradiction, however, is likely a part of our technological lives for the rest of time. Unless AI removes the need for people to directly interact with data, spreadsheets are likely here to stay. And, for good reason. They're actually super useful!
As a software/database developer you need to realize that not everyone intuitively understands the solution you've created. In fact, the learning curve, may just
Just because you can click the Create button to add a new container field doesn't mean you should do it. In fact, you might want to consider never adding a single container field to your main solution's tables. "Really?", you ask. Yes, because there are many advantages to segmenting a solution into multiple distinct parts. Most media, images, video and audio, is considered "heavy data" and that data comes with a big cost.
It may be that you're unfamiliar with how you can best structure your dat
Providing users with some type of indication about where they are within the current layout is always a nice thing. People don't typically like that feeling of being lost and there are multiple ways to indicate where the user is. A simple header or label is always one of the easiest ways, but, what if you're using disconnected objects. In that case, the navigation itself can often act as the indicator.
The combination of either multiple buttons or a Button Bar, with a tab panel or slider is a v
Learn how to seamlessly integrate Claris FileMaker with Stripe for powerful online invoicing solutions. We dive into the details on how to harness the full potential of combining FileMaker features with Stripe's online payment capabilities to build a more efficient invoicing solution. Includes sample file and video.
dbservices.com
If you have been thinking about moving from — or have been getting influenced to move from — QuickBooks Desktop to QuickBooks Online, then make sure you know if you can and what potential costs are involved.
QuickBooks Features – Be Aware of the Differences
QuickBooks Desktop offers more features than QuickBooks Online. Before you consider migrating, it is crucial to ensure that the features you are currently using with QuickBooks Desktop are available in the Online versions. Below are j
There's nothing more fraught with errors than allowing a human to enter a long string of digits. Some people are detail oriented and others less so. Who cares if you transpose the seven and zero right? Well, we developers care, that's who. We need things to be user-friendly, fast and exact. That's what you get with barcodes.
Try imagining our modern world without them. It just wouldn't be the same. So, why aren't you using them whenever and wherever you can within FileMaker. Put a barcode on e
Join us for PauseOnError 2024: FileMaker Summer Camp, a serene retreat for Claris enthusiasts at Ramah Darom Retreat Center in Clayton, GA! Details on early registration.
The post PauseOnError: Summer Camp 2024 for the Claris FileMaker Community appeared first on Proof+Geist.
View the full article
Recently I needed to produce a large range of consecutive numbers. FileMaker doesn’t provide a built-in function to accomplish this but it’s easy enough to accomplish, for example, using the While function or via a recursive custom function. In my case, I decided to go a different route based on a tip I’d seen someone… Continue reading FastRange Custom FunctionView the full article
Proof+Geist achieves SOC2 certification, reaffirming our commitment to safeguarding sensitive data and honoring the trust of our valued clients and partners.
The post Understanding Proof+Geist’s SOC2 certification appeared first on Proof+Geist.
View the full article
When FileMaker simply can't do what's needed natively, you resort to pulling out the old web viewer and just doing it there. Yes, learning JavaScript may be something you're resistant to - or - maybe you've fully embraced the maximum extent of the power we have access to. Either way, there are many things JavaScript can do better and all we need is to move the data back and forth between the web viewer and our fields.
When it comes to a truly natural feeling of drag and drop with lists, your on
Our resident AI expert Cath Kirkland has just posted a new article all about integrating FileMaker with ChatGPT. The article goes in depth about use cases, configuring ChatGPT, integration, and potential gotchas to watch out for.
Also included is a detailed example file to get you started.
Check it out here, and please leave a comment if you like it!
It's always interesting to measure the metrics of how long something takes. Adding automation to a process not only saves time, but makes it less mentally taxing. This increases the sense of accomplishment and can make the process itself more gratifying.
I remember being at an amusement park and showing my kids how to measure the amount of time they might be in line by counting the amount of time it took between each time a roller coaster pulled in and how many people it accommodated. By then c
County Commissioner Candidate Gives eXcelisys High Vote of Confidence for Building Star-spangled Campaign Website
From Inception to Launch in 28 Days, Site Boosts Office-Seeker’s Web Presence
For St. Joseph County, Indiana, native Tom McCormick, the decision to seek political office was a long time coming. But once McCormick decided to run for county commissioner, he knew he needed to launch a campaign website lickety-split.
“One of the first things we started in this whole process was trying
Creating a collapsible list in Claris FileMaker might initially seem challenging, but with a strategic approach using a web viewer, it becomes achievable. By leveraging the web viewer, you can create a dynamic list that incorporates FileMaker data seamlessly. We demo how to create a collapsible list in FileMaker to provide a more intuitive and efficient workflow for users. Includes a video and sample file. Read the article here.
dbservices.com
Audio Post-Production Firm Finds Harmony with Custom-made Studio Booking Software
We Heard Our Client Loud & Clear — Build Us a FileMaker Solution to Manage Bookings, Staff Schedules, Studio Space, Invoices, Project Notes, Files & More
As a boutique audio post-production facility, Heard City specializes in sound design and mixing for commercials, television and film. Clients include ad agencies and editorial outfits from around the globe who rely on Heard City to sculpt soundscapes for