Jump to content
  • 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,979 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,946 views

Hiding Buttons

It's just like when you see someone who is well-dressed, clean and sharp looking, your FileMaker user interface is no different. You're more impressed by that sharp, clean look. In this regard, not having something on your user interface is quite possibly one of the very things which makes your user interface look that much cleaner. Portals and list views, pretty much anything which repeats itself many times, can be very overwhelming when there are a lot of options. Quite simply, if there are t

FileMaker Magazine

FileMaker Magazine

FIleMaker 18: Write Data to File

In this post Jeremy explores the new FileMaker write data to file set of script steps. He recorded himself exploring the workflow for the first time. It's a fun, weird video in which he learns a lot. The post FIleMaker 18: Write Data to File appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

New in FM 18: While, part 2

Today we’re going to dig a little deeper into the new-in-18 While function, and to avoid repetition, will assume readers are familiar with last month’s article on SetRecursion and While. We’ll examine some new examples ranging from basic to advanced, talk about the circumstances under which While can use variables previously declared via Let, and […] View the full article

Kevin Frank

Kevin Frank

Geist Interactive At FileMaker DevCon 2019

FileMaker DevCon 2019 is fast approaching. There’s less than three months left, and we at Geist Interactive are busy, getting ready for the conference. Todd Geist and myself–Jeremy Brown–will attend (this will be our 20th and 8th time respectively) and spread the good word about JavaScript and the Workplace Innovation platform. We will be busy […] The post Geist Interactive At FileMaker DevCon 2019 appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

FileMaker 18: Security Updates

FileMaker Pro 18 Advanced brings welcome security changes that continue its transition into a first class web platform. Read on to learn about what's new. The post FileMaker 18: Security Updates appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

FileMaker 18: The End of the Beginning

FileMaker 18 is here. It's the "End of the Beginning" for the leading Workplace Innovation Platform. Read Todd's thoughts about this newest version. The post FileMaker 18: The End of the Beginning appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

FileMaker 18 - New Features

FileMaker 18 was released on Wed. May 22nd 2019. This video walks through all the new features implemented within the latest version of FileMaker Pro Advanced. Here's a short list of all the new features. 01) Hosting: FileMaker Cloud 2.0 & FileMaker ID 02) Security: Revised Manage Security Area 03) Security: Unsigned Plug-ins 04) Security: File References by Default 05) Data: New Import Dialog 06) Develop: Recursion & While 07) Develop: Script Error Logging 08) Develop: Insert Fr

FileMaker Magazine

FileMaker Magazine

FileMaker 18 - New Features

FileMaker 18 was released on Wed. May 22nd 2019. This video walks through all the new features implemented within the latest version of FileMaker Pro Advanced. Here's a short list of all the new features. 01) Security: Revised Manage Security Area 02) Security: Unsigned Plug-ins 03) Security: File References by Default 04) Data: New Import Dialog 05) Develop: Recursion & While 06) Develop: Script Error Logging 07) Develop: Insert From URL Protocols 08) Develop: FMP urls version speci

FileMaker Magazine

FileMaker Magazine

New in FM 18: SetRecursion and While

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

Kevin Frank

Kevin Frank

FileMaker Eighteen

Eighteen is the age you become an adult in the United States. In China, it's an auspicious number associated with success. In Hebrew, the word of life has a value of eighteen. It's also a composite number in mathematics, totaling the addition of it's divisors. But, most importantly, it's the latest release from FileMaker! I don't have eighteen different things to cover, just the stuff I find most important which includes scripting, calculations and relationships. I'll do a brief overview of most

John Mark Osborne

John Mark Osborne

FileMaker Eighteen

Eighteen is the age you become an adult in the United States. In China, it's an auspicious number associated with success. In Hebrew, the word of life has a value of eighteen. It's also a composite number in mathematics, totaling the addition of it's divisors. But, most importantly, it's the latest release from FileMaker! I don't have eighteen different things to cover, just the stuff I find most important which includes scripting, calculations and relationships. I'll do a brief overview of most

John Mark Osborne

John Mark Osborne

FileMaker Transactions: Endgame

It is important to end a FileMaker transaction strongly with the proper tests and possible logging. Read here to learn how. The post FileMaker Transactions: Endgame appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Javascript Datatables

Web browsers and their primary language, Javascript, have a very robust ecosystem. In fact, there's few solutions you can't find out in the world of Javascript. So, in FileMaker, when it comes to our data and its presentation within a user friendly fashion, we can easily create a layout, set it to list view and allow users to simply start using FileMaker. But, wait, using FileMaker itself isn't always super user-friendly. In fact, you have to learn how to sort by multiple columns by actually h

FileMaker Magazine

FileMaker Magazine

Javascript Datatables

Web browsers and their primary language, Javascript, have a very robust ecosystem. In fact, there's few solutions you can't find out in the world of Javascript. So, in FileMaker, when it comes to our data and its presentation within a user friendly fashion, we can easily create a layout, set it to list view and allow users to simply start using FileMaker. But, wait, using FileMaker itself isn't always super user-friendly. In fact, you have to learn how to sort by multiple columns by actually h

FileMaker Magazine

FileMaker Magazine

FileMaker Transactions: Processing with Magic

It is possible to perform FileMaker transactions without portals. In this post we'll take a look at that very possibility and review how it works. The post FileMaker Transactions: Processing with Magic appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Populating Form Fillable PDFs

Is there really any question the PDF file format will be going away any time soon? Personally, I don't think so. And, neither should you. Adobe released their license to the technology in 2008 and it became an open standard for the world to use. Airlines use it for tickets, ticket companies use it for concerts and basically it's the digital equivalent of good old real-world paper for the digital world. So what does this mean to you and your FileMaker database? Well, if you've got data within yo

Populating Form Fillable PDFs

Is there really any question the PDF file format will be going away any time soon? Personally, I don't think so. And, neither should you. Adobe released their license to the technology in 2008 and it became an open standard for the world to use. Airlines use it for tickets, ticket companies use it for concerts and basically it's the digital equivalent of good old real-world paper for the digital world. So what does this mean to you and your FileMaker database? Well, if you've got data within yo

The FileMaker Transaction Process with Portals

The FileMaker transaction process is really fairly simple in execution. We can use a portal to change multiple records. In this post we will take a look at the process and details about each step. The post The FileMaker Transaction Process with Portals appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

A FileMaker Code Review Conversation using FMPerception

FMPerception is useful in a FileMaker code review. Participants can review the report and dive deep into the file using this realtime developer intelligence tool. Listen in on a conversation between a mentor and mentee. The post A FileMaker Code Review Conversation using FMPerception appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Set Field Skills

The Set Field script step is one of the most widely used steps in FileMaker due to it's versatility at moving data around a solution. You can simply transfer data from one field to another or even construct a complicated calculation and then target a field with the result. But that's just skimming the surface of what it can do. Set Field is workhorse script step that has no equal. In this article, I'll discuss seven essential techniques you can perform with Set Field. These concepts are crucial

John Mark Osborne

John Mark Osborne

Set Field Skills

The Set Field script step is one of the most widely used steps in FileMaker due to it's versatility at moving data around a solution. You can simply transfer data from one field to another or even construct a complicated calculation and then target a field with the result. But that's just skimming the surface of what it can do. Set Field is workhorse script step that has no equal. In this article, I'll discuss seven essential techniques you can perform with Set Field. These concepts are crucial

John Mark Osborne

John Mark Osborne

Encrypting Private Data

Keeping things private, so only those who need access can access them, has been a desirable situation for as long as people have wanted to keep things private. The only difference between the invention of invisible ink and today is trying to keep ahead of those who have the knowledge on how to access what you're trying to keep private. It's the eternal game of cat and mouse between those who seek to access what they shouldn't and those who want to keep those people out. Within FileMaker, we no

FileMaker Magazine

FileMaker Magazine

  • Recently Browsing   0 members

    • No registered users viewing this page.

Announcements

×
×
  • Create New...

Important Information

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