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.
GoDraw3 is a FileMaker drawing tool for users. For FileMaker developers, however, it is full of customization. A developer can do with it what she wants.
The post GoDraw3: Hack the Heck Out of It appeared first on Geist Interactive.
View the full article
Free webinar introducing Karbon our free application framework for building ambitious custom business applications. If you are interested in using the FileMaker Workplace Innovation Platform at a high level you'll probably want to see what we have cooked up.
The post Karbon Webinar – Getting Started appeared first on Geist Interactive.
View the full article
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
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
Writing JavaScript in FileMaker is hard. Sure, the path is easy to see and clear to follow, but the actual writing of the code is hard. I have tried to find a way to write JS code that makes it fairly easy. And by “easy,” I mean “make it so that FileMaker developers don’t have […]
The post Towards A Better JavaScript Development Environment appeared first on Geist Interactive.
View the full article
Introduction Recently I had the pleasure of speaking with Jeremy Brown on The Context Podcast about an open-source project called JSONata that enables you to query and transform JSON. The JSONata site is packed with useful information, including this short video… …as well as… Extensive documentation A link to the Stack Overflow forum, where you… Continue reading FileMaker 19 + JSONataView the full article
Claris l’avait annoncé : finies les traditionnelles grandes sorties du moi de mai. Le cycle « Agile » consiste en des mises à jour plus fréquentes, avec une répartition des nouveautés tout au long de l’année. Cette semaine, c’est la version 19.3 qui a été annoncée, et c’est une version importante même si surtout « technique ». Petit résumé […]
Cet article Sortie de FileMaker 19.3 est apparu en premier sur 1-more-thing.
View the full article
Claris l’avait annoncé : finies les traditionnelles grandes sorties du mois de mai. Le cycle « Agile » consiste en des mises à jour plus fréquentes, avec une répartition des nouveautés tout au long de l’année. Cette semaine, c’est la version 19.3 qui a été annoncée, et c’est une version importante même si surtout « technique ». Petit résumé […]
Cet article Sortie de FileMaker 19.3 est apparu en premier sur 1-more-thing.
View the full article
Claris' 19.3 release of the FileMaker platform is out! In this article, we will discuss our favorite new features including native support for Apple Silicone, leveraging Microsoft Edge, and FileMaker Cloud-native script schedules! Read the full article here.
Value lists are one of the fundamental building blocks of any good UI built on top of a database system. Providing users with a preselected list of options to choose from helps the data entry process go faster and - is - just easier.
When using value lists, there are times when you need to limit the number of selections of any given value to being used just once. You may also need to enforce that one of each of all possible values is used.
In this video, we tackle both situations by enforcing
fmcloud.fm, the only FileMaker hosting service running on Linux/Docker, is now available in Switzerland too, as well as USA, Canada, UK, France, Germany, Singapore and Australia.
The post fmcloud.fm available in Switzerland appeared first on fmcloud.fm.
View the full article
Being able to develop locally, as if the data and the server was right there on your local machine provides a nice advantage. You know how the solution will work when hosted, you can develop and test PSOS scripts effectively, and you're generally protected from client crashes. Plus, you're fully mobile if need be - it's all on one machine.
This is where hosting your FileMaker solutions locally becomes a big advantage. This video showcases what I consider to be the Big 3 of local hosting. 1) You
In the process of creating a simple media archiving database I found I had used the same skill twice because of how FileMaker returns data from certain functions. Hence, I decided to provide you with my simple little start to a Media Archiving solution.
Simply, it asks for a folder, then pulls the paths to all files from the selected, and enclosed, folders into the database. It's really a pretty simple thing because it's managed with one simple function from the BaseElements plug-in.
However,
Formstack takes your FileMaker data collection to the next level! Formstack can automate document creation, collect secure signatures, and drive your data collection with astonishingly customizable forms. Our integration guide includes a video and sample files to get you started! Read the full article and download the sample file here.
Custom Web Module Helps Hagen/Sinclair Zoom in on Market Research Candidates
MailChimp Web Form Development Simplifies Candidate Selection Process & Emails
Lacking a Magic 8-Ball to consult for answers to burning questions, many entrepreneurs, health-care enterprises and NGOs turn to market research to assist with decisions about new products and services. But the key to acquiring key qualitative data lies in finding the right respondents. That’s where Hagen/Sinclair Research Recruiting
What makes FileMaker development so fun is the variety of different functions and script steps. They provide an almost infinite number of combinations to solve a wide variety of technical problems. There isn't always just "one way to do it". So, what happens when you stop to think about a more recent feature in light of how you've "always done it before"? Like... sorting... for example.
Have you always simply attached the Sort script step to your list view headers and called it a day? What if y
Continuing on with the two part series about Narrow vs. Wide tables, this video will go into how to best filter your data, especially if you have a large amount. It will present the data within the structure we'd created within the first video.
Knowing the impact of data operations isn't just limited to the structure of your tables. It's also about how much data is loaded and shown to the user based on what the user needs to see. If you have a relationship resulting in hundreds of thousands of
A long, long time ago, in a far away land, Bob Cusick, of Clickware, sent me a tip file that used a single field to log changes to fields in a table. Through the years I modified it and released it many times but here’s the latest version. This version is so abstracted, all you need is a single custom function with parameters that specify the fields that trigger the log and the log field itself. That means you can copy and paste the formula from table to table and make minor changes to create lo
Earlier today I needed 1 billion to render in the calc engine as 1000000000, but FM helpfully converts numbers to scientific notation if they A) are >= 1 billion, and B) contain nothing but zeros following the initial digits. Example where “A” and “B” are both true: Example where “A” is true but “B” is… Continue reading Bypassing Scientific Notation View the full article
Like any good craftsperson, you should know your tools and your methods for accomplishing things in the most efficient and best performing way. This is always most obvious when it comes to that every slowing FileMaker solution which started out innocently as a simple "helper" database. Then... it ended up being used for all kinds of things. Critical things even!
It was thrown together based on how you mentally "see" the data and not how the data should have been structured. This is one of those
Gonector allows custom FileMaker apps for iPhone or iPad to seamlessly integrate directly with various mobile devices such as digital scales, RFID readers and mobile printers. Today we are happy to announce version 2.0 which doubles the number of supported devices.
The plug-in has been out for almost three years now and enabled some great apps to replace manual work with modern technologies, such as RFID and digital scales, without compromising the ease of use and develop
We're thrilled to announce the release of our fist add-on called elemental_dropzone. With this really easy to use add-on you're given the power of dragging multiple. files directly into your solution all at once. You can even drop entire folders into your solution.
Once dropzone is installed just drag it onto your lay out and specify a script for the dropped files to be sent to for processing - it's really that simple.
Best of all it is 100% free.
If you're new to FileMaker and don't know where to start, you're in luck! We've been working with FileMaker since 2003 on hundreds of projects, and we want to share our expertise with beginners like you. This collection of resources will help you get started building custom FileMaker Apps today. Read the full article here.
Reduce AWS Bill: Delete Snapshots with Python Lambda Script
When old snapshots pile up, so do costs – try these slick tricks to trim the bloat
By Leif Hanson, Full Stack Developer
So the billing department calls to inquire about eXtra eXpenses from AWS due to 14,000 32GB snapshots having piled up.
Unbeknownst to you, some backup script has gotten away from your team and started backing up repeatedly. Maybe you’re intentionally keeping around petabytes of backup data? Or maybe you need a pr