Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
  • 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!

     

    fmf AD.jpg

     

     

Blogs

Featured Entries

  • Josh Ormond

    A Conversation About '2 Factor Authentication'

    By Josh Ormond

    [ 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
    • 1 comment
    • 5,504 views
  • Steven H. Blackwell

    Hacking Your Own FileMaker Platform Solutions

    By Steven H. Blackwell

    Hacking Your Own FileMaker Platform Solutions Should FileMaker Platform developers mount hacking attacks on their own solutions? At first glance, this may seem an odd question. But I believe that the answer is “Yes, we should.” Consider this. As developers we see our solutions from a totally different perspective than Threat Agents see them. Without practicing our own hacking skills, we can become blind to the vulnerabilities a Threat Agent can exploit to compromise the Confidentiality
    • 1 comment
    • 5,427 views

Revert Transaction is now supported in subscripts! 

Error handling just got even easier Introduction We have been discussing the use of transactions since Todd Geist’s post in 2014. We introduced a complete framework with the Karbon project in 2018. We then revisited this framework with the introduction of the new script steps introduced in version 19.6. Transactions have proven to be useful […] The post Revert Transaction is now supported in subscripts!  appeared first on Proof+Geist. View the full article

FileMaker 2024 – AI and More

FileMaker 2024 was just released. While the features likely to get the most attention center around AI, many other useful features also deserve notice. In fact, there is so much to cover that it would take a dozen blog posts to give them the coverage they deserve. In this post, we will cover the highlights […] The post FileMaker 2024 – AI and More appeared first on Proof+Geist. View the full article

FileMaker 2024: AI and much more!

Claris has just announced the release of FileMaker 2024, a major new version of its low-code application development platform, packed with innovative features for both FileMaker Pro/Go and FileMaker Server. FileMaker Pro 2024: AI-powered applications Powered by artificial intelligence, FileMaker 2024 introduces seamless integration with large language models like ChatGPT, Gemini, a

fabriceN

fabriceN

Fundamentals: Knowing Context

Over one's development career, you'll come across a number of people who "think" they know how something really works. You then proceed to show them some of the cool things they can really do, like a "context jump" within FileMaker. You then smile at their surprise, because what they thought was possible isn't even the start of it. If you don't even know about, or truly understand, FileMaker's ability to jump from one context to another, then you're missing a critical piece to the FileMaker puz

Multiple Choice Picker

I've been using pickers in customer solutions for years but always as a single choice interface. It dawned on me, after reading a post in a forum, that it's often advantageous to make multiple selections, instead of having to keep clicking the picker buttons for multiple single choices. In this article, I'll use a simple invoicing solution to demonstrate how to enhance a picker to make multiple choices.View the full article

Claris FileMaker WebDirect vs. Custom Web Applications

Many technologies that used to be restricted to a dedicated software have begun moving online, including Claris FileMaker. FileMaker WebDirect is one way you can bring your FileMaker solution straight to the web. We discuss the comparison between FileMaker WebDirect and building a custom web app. Includes demo video. Claris FileMaker WebDirect vs. Custom Web Applications dbservices.com

Set Error Capture On. Now What?

Our recent Engage presentation of the new 19.6 transactional script steps purposefully focused on the topic of error handling, because once you’ve put the transactional “bookends” in your script, your focus immediately turns to errors: handling, throwing, and passing them back to calling scripts or processes. The Contract When you add Set Error Capture On […] The post Set Error Capture On. Now What? appeared first on Proof+Geist. View the full article

Getting Started with Core CRM Pro

Explore the benefits of a FileMaker CRM for free! Great news – our updated Core CRM Pro solution is now available as a free, fully unlocked CRM template! If you own a business or manage any kind of organization, chances are you have – or need – a CRM, a Customer Relationship Management system. Productive Computing University’s Core CRM Pro is the ultimate free FileMaker CRM template for the Claris FileMaker Community! The Core CRM Pro is a streamlined FileMaker CRM solution that lets

PCIPal

PCIPal

Status Messages Enhanced

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 Implementation Guide

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  

Next Gen FileMaker hosting in California! (Los Angeles)

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,

fabriceN

fabriceN

OnWindowTransaction JSON

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

Woes of Temporal bugs

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

Popups and Pickers

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: Copy / Paste / Import

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

Proper Image Handling

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

Navigational Indicators

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.