-
Welcome to FMFourms!
-
Our picks
-
New Client Story: Lab9 & ClickWorks
Ocean West posted a topic in Community Videos, Tips, & Techniques, Articles.,
New Client Story: Lab9 & ClickWorks
How do you scale internal systems to support a growing retail and service network; without losing agility?
From building their first FileMaker tool in-house back in 1993 to powering daily operations for 300+ employees today, Lab9 has always valued efficiency and innovation. When their internal platform needed a complete redesign, they partnered with us at ClickWorks.
Together, we reimagined their platform by refining design, improving day-to-day usability, and supporting teams across service, retail, and operations. It’s a collaboration that still continues today.
Read the full story here - https://www.clickworks.eu/en/case/inside-lab9-a-custom-platform-a-lasting-partnership/-
- 0 replies
Picked By
Ocean West, -
-
Claris FileMaker 2023 Under the hood webinar - June 27, 2023
rmtietge posted a topic in Announcements of FileMaker Product, Services or Resources,
On June 27, many members of the Claris Engineering team, including Lucy Chen and Clay, will join me for an under the hood look at Claris FileMaker 2023. Two sessions: 9:00 a.m. PDT and 4:00 p.m. PDT. [Register here](https://content.claris.com/claris-fm2023-webinar-uth-fmforums).-
-
- 0 replies
Picked By
Ocean West, -
-
Work flow complete before bottom of second cup of coffee.
Ocean West posted a topic in AI Programming,
The task at hand was finding an API for one of our clients that could provide a comprehensive list of their clients stores. The goal was to cross-reference this with our database, ensuring each store was accounted for. Despite my efforts, the search came up empty. However, their website presented an intriguing alternative: a detailed directory segmented by state and country.
My initial approach was to examine the website's HTML, yet this only yielded the default data. Attempts to append the URL to load data from different countries proved futile. The website's dropdown appeared to use JavaScript to pull varying data sets. My initial assumption was that each selection triggered a new query. However, upon closer inspection, I discovered a JSON object nestled just before the closing body tag. Rather than querying anew each time, the JavaScript simply drew from different arrays within this pre-loaded object.
Enter ChatGPT, OpenAI's conversational AI.-
- 0 replies
Picked By
Ocean West, -
-
[ANN] Claris Engage 2024
rmtietge posted a topic in Announcements of FileMaker Product, Services or Resources,
Claris's VP of Marketing Ann Devens just announced Claris Engage - February 6-8, 2024 on the Apple campus in Austin, Texas.
We'll share more details about registration, speaking, hotels, and exhibiting soon.
I hope to see you there!-
-
- 0 replies
-
-
Five By Six ( Wordle in FileMaker)
Ocean West posted a file in Solutions,
This is essentially a port of WORDLE built-in FileMaker there are many who are addicted to this daily challenge.Picked By
Ocean West, -
-
-
Topics
-
Make iOS Apps with the FileMaker App SDK & the MonkeyBread Plug-in
By Richard Carlton, in Community Videos, Tips, & Techniques, Articles.
- 0 replies
- 6 views
-
- 1 reply
- 117 views
-
- 1 reply
- 127 views
-
- 3 replies
- 2,408 views
-
- 0 replies
- 31 views
-
-
Blog Entries
-
As any FileMaker solution grows, it's inevitable that errors will creep in as methods and scripts are updated with newer features. And with every new script you add, you're also introducing new opportunities for errors.
For the longest time, we've relied on the Pause on Error checkbox to invoke the debugger when an error occurs. While useful, the constant pop-up of the debugger can quickly interrupt your development "flow" — and honestly, it gets a bit annoying.
Starting with FileMaker 18, we gained a new script step called Set Error Logging. When used effectively within your script call stack, this step can be a powerful tool. By integrating it properly, you can capture and pass along exactly the information you want when errors occur. Even better, if you're logging to a terminal window, you can add color to make the output easier to scan.
This video will walk you through one of the best methods for catching and analyzing errors while scripting your FileMaker solution.
Click the title or link to this article to view the video.
View the full article
-
By PCIPal in Productive ComputingIf you’ve ever wished your FileMaker solution could “look” at an image and tell you what’s in it, you’ll be interested in this lesson from the AI Essentials for FileMaker Developers course. This is just one of the many features of AI addressed in the course.
Learn how to use Google Gemini’s Image Analyzer to extract meaning from pictures, whether it is identifying text in a receipt or estimating the value of items on a shelf.
With the included demo file (available in this paid course), you’ll discover first-hand how this works and get practical ideas for adding image analysis to your own solutions.
What is Gemini’s Image Analyzer?
Gemini’s Image Analyzer is an AI tool from Google that can interpret visual content. It can read text in images (OCR), identify objects, and even provide structured, organized data based on what it sees. For you as a FileMaker developer, this means you can feed AI an image from a container field and get back actionable information that is ready to use in scripts, reports, or dashboards.
Gemini is fast, flexible, and works with a range of image types like JPEG, PNG, and HEIC. It can combine OCR with reasoning, giving you more than just a raw text dump. You can instruct it to summarize, categorize, or output data in formats like JSON that drop neatly into your FileMaker workflow.
Real-World Examples
Here are three examples showing you the range of what Gemini can do:
Apple Timeline
Let’s look at an upload of a historical infographic of Apple product releases and company milestones. By asking Gemini to “list the important events,” you get a structured breakdown separated into product launches and company events. You then can refine the prompt to filter only company events and calculate the span of years they cover. This is one of the many ways you can go from an unstructured graphic to a targeted, data-ready summary.
You could apply this to any timeline, chart, or visual report that you need to analyze quickly without manually retyping or sorting information.
Restaurant Receipt
When a restaurant receipt is uploaded into the analyzer, you can prompt Gemini to return the vendor name, subtotal, tax, total, date, and time. Within seconds, the data is cleanly extracted and ready for parsing into FileMaker fields.
This same capability could be applied to automating expense tracking, logging customer receipts, or importing structured data from invoices without human data entry.
Shelf Contents
Using a photo of a storage shelf with various items, create a prompt that asks Gemini to break down the items by shelf, estimate street values, and calculate a grand total. The output includes shelf-by-shelf lists, totals, and even disclaimers about condition and brand differences. You can also have Gemini return the results as JSON for easy parsing.
You could use this same type of prompt to manage inventory, create a list of household items for insurance documentation, or in any scenario where a quick photographic record needs to be turned into usable text or structured data.
Benefits for Your FileMaker Solutions
Integrating Gemini’s Image Analyzer into your FileMaker solution can:
Save time by automating data extraction from images. Reduce errors by minimizing manual data entry. Enhance decision-making with structured, searchable results. Streamline workflows for tasks like inventory, expense reporting, and record keeping. Enable new capabilities like visual audits, condition reporting, or rapid analysis of diagrams and infographics. By building this into your solution, you make it possible for users to upload or snap a photo and instantly get back organized, actionable data without leaving FileMaker.
See it in Action
Image analysis with Gemini, complete with the working demo file, is one of the lessons in the AI Essentials for FileMaker Developers course at Productive Computing University, providing a great in-depth introduction to AI. You’ll learn not just how to set it up, but how to design prompts that return the information you need for your workflow.
Enroll in the AI Essentials course and discover how to add AI-powered image analysis to your own FileMaker projects.
Enroll in AI Essentials Other products and services Productive Computing, Inc. offers:
What can PCI do for you? – overview of our services Health Assessment – a comprehensive report of your FileMaker system Consulting and Development – services billed by the hour Maintenance and Support – services billed monthly Packaged Services – Security Audit, SSL or Server Installation Plug-ins – tools to integrate with QuickBooks, Outlook, Google, and more Solutions – free customizable and scalable CRM template Claris and FileMaker Licensing – discounts on new seats and renewals FileMaker and QuickBooks Hosting – host your files in the cloud Productive Computing University – online beginner to advanced training courses Certification Programs – expert-led training, hands-on development, and personalized evaluations
The post Interpreting Pictures in FileMaker with Gemini’s Image Analyzer appeared first on Productive Computing, Inc..
View the full article
-
By Todd Geist in Proof+GeistFeaturing: Description: In this episode of The Context Podcast, join Martha Zink and Eric Luce as they discuss the suite of JavaScript tools in ProofKit. In the modern era, having an easily accessible app for your clients is crucial. With ProofKit, FileMaker developers without much experience in JavaScript can create clean and functional web apps […]
The post The Context Podcast: ProofKit appeared first on Proof+Geist.
View the full article
-
By dbservices in DB Services BlogFileMaker 2025 Licensing Updates bring simplicity to the Claris platform. With this release, FileMaker Pro, Claris Studio, and Claris Connect are now all included under a single, streamlined license. Over 50,000 organizations worldwide rely on FileMaker to build custom apps fast—now it’s even easier. As a top Claris FileMaker Reseller, we’re breaking down what’s new and what it means for you!
dbservices.com
-
By Kevin Frank in FileMaker HacksHere are links to articles and resources related to today’s KYFMP presentation on JSON custom functions and JSONQuery. YouTube links Jan 2025 FM Training Livestream: JSON Custom Functions Aug 2025 Kentuckiana FM Dev Group: JSON CFs and JSONQuery (coming soon) Demo Files coming soon JSON and JSON Custom Functions Thinking About JSON, part 1 (intro… Continue reading Kentuckiana FM Developers JSON PresentationView the full article
-
-
Who's Online 2 Members, 1 Anonymous, 268 Guests (See full list)