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.
Hierarchical JSON Viewer / Editor
By Andy Persons & Doug West
One of the standout new features of FileMaker Pro 16 is native support for the JSON data-interchange format. In addition to providing easy integration with a host of online services, it also provides developers with the tools to create robust hierarchical structures for use entirely within FileMaker. This hierarchical JSON viewer / editor file provides some tools for visualizing, manipulating, and leveraging JSON text.
Features
For the first time, DB Services has been ranked #3494 on the annual Inc. 5000 list, which ranks the country’s “fastest-growing innovators” based on overall revenue growth over a three-year period. The Inc. 5000 list has brought attention to America’s growing private businesses since 1982.
DB Services now joins the ranks of other Inc. 5000 list alumni such as Facebook, Zappos, Pandora, and others. DB Services is top ranked FileMaker Platinum Business Alliance Partner on the 2019 Inc. 5000 li
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
WidgetStudio makes it easy to use, design and share powerful interface widgets, like calendars, gauges, charts, and timers. Pick from the constantly growing set of included widgets or build your own. Freely share them with your customers or friends.
The post Announcing WidgetStudio – FileMaker WebViewer Widgets appeared first on Geist Interactive.
View the full article
FileMaker offers many different options for charting, but if you need a chart that is not available in FileMaker, you should consider using Google Charts. Google Charts is a free Javascript framework that can be used in conjunction with web viewers in FileMaker to extend your charting capabilities: https://dbservices.com/articles/google-charts-in-filemaker/
dbservices.com
Over the years, I've created a number of videos which showcase saving the state of various situations. For example, saving how many and which windows a user has open, saving the window positions and also saving the state of which panels are selected on multi-panel objects. Such as tab panels and sliders.
In this video, we revisit the topic because we now have a newer function within FileMaker 18 which makes it even easier to save which panels are frontmost within your user UI. While I personall
Over the years, I've created a number of videos which showcase saving the state of various situations. For example, saving how many and which windows a user has open, saving the window positions and also saving the state of which panels are selected on multi-panel objects. Such as tab panels and sliders.
In this video, we revisit the topic because we now have a newer function within FileMaker 18 which makes it even easier to save which panels are frontmost within your user UI. While I personall
While it's been around for a few years now, there aren't too many developers in the world of FileMaker who have explored Node-RED. Created by IBM and made open source in 2016, this visual programming tool may start to make waves in the FileMaker world.
A wonderfully generous developer named Lui de la Parra has made it possible to use Node-RED with FileMaker's own Data API. This means that anything in the world of Node-RED is now accessible to FileMaker. This is an amazingly powerful technology
While it's been around for a few years now, there aren't too many developers in the world of FileMaker who have explored Node-RED. Created by IBM and made open source in 2016, this visual programming tool may start to make waves in the FileMaker world.
A wonderfully generous developer named Lui de la Parra has made it possible to use Node-RED with FileMaker's own Data API. This means that anything in the world of Node-RED is now accessible to FileMaker. This is an amazingly powerful technology
Looking to take your FileMaker to the next level by bringing it to web or creating a customer web portal? Learn why Vue.js is our recommended Javascript framework to build highly dynamic FileMaker webapps.
Be sure to check out FileMaker Web Apps with Vue.js
Includes a free video and sample file.
dbservices.com
Recently I was working in FM 17 and ran into an unexpected bug. My use case was more complex than this, but the following bare bones demo illustrates the problem. Demo file: List+GetNthRecordBug.zip Given two tables joined via a standard primary-key-to-foreign-key equijoin relationship… This works as expected. You might think you could get rid of… Continue reading Fixed in 18: List + GetNthRecord Bug
View the full article
When first learning about file operations, while working with PHP, I remember having to learn about the concept of buffers and buffer streams. Fortunately, we're not quite there yet within FileMaker. But, we have arrived at the point of learning about the nitty-gritty details of understanding all the details of files and how they factor into the FileMaker universe. FileMaker 18 released support for file IO and we're certainly going to be taking advantage of it in this new world of APIs and inter
When first learning about file operations, while working with PHP, I remember having to learn about the concept of buffers and buffer streams. Fortunately, we're not quite there yet within FileMaker. But, we have arrived at the point of learning about the nitty-gritty details of understanding all the details of files and how they factor into the FileMaker universe. FileMaker 18 released support for file IO and we're certainly going to be taking advantage of it in this new world of APIs and inter
FileMaker DevCon 2019 training session on JavaScript will dive deep. If you're attending or considering the training, read this and get yourself ready.
The post JavaScript at FileMaker DevCon 2019 appeared first on Geist Interactive.
View the full article
WidgetStudio, the best tool out there to create and customize and deploy FileMaker web viewer widgets, is only a few months old. Yet its creator, Carson Lind of Eagle Optimizations, has added many new features to the dev tool. His goal was to make it easier to create and customize widgets. And he did so […]
The post WidgetStudio 2.0: Create, Customize, and Deploy Even Better appeared first on Geist Interactive.
View the full article
Forums are a great way to get technical advice for FileMaker but for some reason, many people don't think they have to be nice in the electronic world. I was raised to say "please" and "thank you" and that has translated over to the internet for me. But, other folks think the anonymity of cyberspace is an excuse to be a jerk. Some posters are outright offensive and others will just leave snide responses like, "that wasn't much help". News flash! People on the internet are real and you should be
Forums are a great way to get technical advice for FileMaker but for some reason, many people don't think they have to be nice in the electronic world. I was raised to say "please" and "thank you" and that has translated over to the internet for me. But, other folks think the anonymity of cyberspace is an excuse to be a jerk. Some posters are outright offensive and others will just leave snide responses like, "that wasn't much help". News flash! People on the internet are real and you should be
Learning and using keyboard shortcuts in FileMaker is the absolute number one shortcut to being a faster and better developer. In this article we take a look at why shortcuts are useful, and then present a way for you to add even more useful shortcuts that do not come bundled with FileMaker. We go through some of the more cooler ones in depth and show you a few tricks along the way...
You can read the full article here
Today our FileMaker DevOps tool , Otto, gets a big upgrade; automated offsite backups to any S3 compatible storage service.
The post Otto 2.0 – Offsite Backups to S3 – FileMaker 18 appeared first on Geist Interactive.
View the full article
The transactional method of working with records has one goal: to ensure all changes to records (additions, changes, or deletions) are done at once or not at all. We’ve talked about this before. The transactional method prevents some records in a discrete set (such as invoices and invoice line items) from being changed while others […]
The post FileMaker Transactions: Editing records appeared first on Geist Interactive.
View the full article
As the number of web sites hosting icon collections has grown over the years, it makes little sense to have your own collection of icons custom created at a costly premium. Typically, you can find pretty much any icon you could ever want to use and in many cases, you can even modify the icon to fit your specific needs if you need a slight variation.
With the release of Creative Commons licensing, a wide array of freely available collections and the easy ability to modify icons, you can quickly
As the number of web sites hosting icon collections has grown over the years, it makes little sense to have your own collection of icons custom created at a costly premium. Typically, you can find pretty much any icon you could ever want to use and in many cases, you can even modify the icon to fit your specific needs if you need a slight variation.
With the release of Creative Commons licensing, a wide array of freely available collections and the easy ability to modify icons, you can quickly
Within every industry there's a certain terminology used to express how things work and how to accomplish things. FileMaker is obviously no different.
So, with this video, we start discussing some of the FileMaker specific terms and terminology.
Click the title or link to this article to view the video.
View the full article
Within every industry there's a certain terminology used to express how things work and how to accomplish things. FileMaker is obviously no different.
So, with this video, we start discussing some of the FileMaker specific terms and terminology.
Click the title or link to this article to view the video.
View the full article
Lui de la Parra from Mute Symphony will show how to use Node Red and the FileMaker Data API to connect with IOT devices and build scalable APIs. Learn how to use Node’s event driven architecture alongside FileMaker’s robust and reliable UI capabilities to solve complex business problems. Node Red allows developer’s to take advantage …
Node Red and the FileMaker Data API – Atlanta Developers Group 6/5/19 Read More »
The post Node Red and the FileMaker Data API – Atlanta Developers Group 6/5/1
Lui de la Parra from Mute Symphony will show how to use Node Red and the FileMaker Data API to connect with IOT devices and build scalable APIs. Learn how to use Node’s event driven architecture alongside FileMaker’s robust and reliable UI capabilities to solve complex business problems. Node Red allows developer’s to take advantage of visual and flow based programming techniques.
https://github.com/Luidog/node-red-contrib-filemaker Lui will also preview a new developer tool for managing Fi
Makah Encarnaco from Soliant will present on how FileMaker developers can give back to the community and the new join::table organization. She’ll also be presenting on custom functions for dynamically creating JSON from related child records.
The post Giving Back to the Community – Atlanta FileMaker Developers Group – 5/1/19 appeared first on Blue Feather - FileMaker Developer, Android, Web.
View the full article
Joe Martin from 360Works will be presenting – Machine Learning in FileMaker: Using AWS Rekognition for Object Detection and Text Extraction from Images
Building off of Jesse Barnum’s AWS FileMaker scripts, Joe will show how to interact with the AWS Rekognition API, allowing for object and scene detection in an image, as well as extracting text from an image. If there’s time, he’ll also go into facial recognition and celebrity detection.
Download sample file: http://s3-external-1.amazona