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

  • 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,010 views
  • 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,153 views

Custom Function Database - Part 11 - RegEx Parsing

With FileMaker’s PatternCount(), Left(), Right() and Middle() functions you can certainly extract a lot of data. The functions, however, are severely limited when it comes to matching variable patterns of data. That’s where, in the world of programming, Regular Expressions, or RegEx for short, is SUPER handy! It’s used in pretty much EVERY computing language and I don’t personally know a professional developer who can develop without it. It’s been available since the 1950’s and it’s a worthwhil

FileMaker Magazine

FileMaker Magazine

Custom Function Database - Part 11 - RegEx Parsing

With FileMaker’s PatternCount(), Left(), Right() and Middle() functions you can certainly extract a lot of data. The functions, however, are severely limited when it comes to matching variable patterns of data. That’s where, in the world of programming, Regular Expressions, or RegEx for short, is SUPER handy! It’s used in pretty much EVERY computing language and I don’t personally know a professional developer who can develop without it. It’s been available since the 1950’s and it’s a worthwhil

FileMaker Magazine

FileMaker Magazine

Pause on Error Los Gatos: Day & Night

I went to the latest Pause on Error to learn what I don’t know. I walked away still not knowing a whole lot, but being energized to learn. Held over Memorial Day weekend at “The Presentation Center” (a dry name for a wet place) in Los Gatos, California, this PoE  earned the nickname “FileMaker Summer Camp”. The bucolic location in the Santa Cruz mountains on a site loaded with natural beauty and Catholic iconography, was simply stunning. I saw a deer my first half hour on the property, and anot

David Jondreau

David Jondreau

FileMaker Layout Objects Window

The Layout Objects window is an exciting feature released with FileMaker 16. This FileMaker Layout Object Window allows you to work easily with stacked objects and quickly finding an object or field on a layout. https://dbservices.com/articles/filemaker-layout-objects-window/ dbservices.com

Non, l’API-PHP de FileMaker n’est pas morte !

L’API-PHP de FileMaker est elle en fin de vie ? C’est une question que l’on pourrait se poser depuis qu’une nouvelle technologie est apparue dans FileMaker Server 16 pour nous permettre de partager les données d’une base FileMaker au travers d’un site web: l’API REST. Cependant, bien que cette nouvelle API (encore en version beta) apporte un […] Cet article Non, l’API-PHP de FileMaker n’est pas morte ! est apparu en premier sur 1-more-thing. View the full article

fabriceN

fabriceN

FileMaker Videos

I normally don't like to directly advertise products and services on this blog but there is real FREE content here. What I'm going to do is provide inline videos from part one of my new FileMaker 16 three part video series. I'll discuss why the lessons are important and provide some insight as to how they fit into the whole of the videos series. Happy FileMaking! View the full article

John Mark Osborne

John Mark Osborne

FileMaker Videos

I normally don't like to directly advertise products and services on this blog but there is real FREE content here. What I'm going to do is provide inline videos from part one of my new FileMaker 16 three part video series. I'll discuss why the lessons are important and provide some insight as to how they fit into the whole of the videos series. Happy FileMaking! View the full article

John Mark Osborne

John Mark Osborne

FileMaker 16 - Uploading files to Dropbox

Integrating third party APIs can be a bit daunting when you’ve never worked with them before. Fortunately, the most difficult part of the process is simply taking the time to research the API and implement the features you’d like to have. When you’re working within FileMaker, you’re often capturing content which may need to be pushed into another online location - such as Dropbox. If your FileMaker solution needs this, then adding FileMaker Dropbox integration is the way to go. With FileMaker

FileMaker Magazine

FileMaker Magazine

FileMaker 16 - Uploading files to Dropbox

Integrating third party APIs can be a bit daunting when you’ve never worked with them before. Fortunately, the most difficult part of the process is simply taking the time to research the API and implement the features you’d like to have. When you’re working within FileMaker, you’re often capturing content which may need to be pushed into another online location - such as Dropbox. If your FileMaker solution needs this, then adding FileMaker Dropbox integration is the way to go. With FileMaker

FileMaker Magazine

FileMaker Magazine

FileMaker cURL Options

One of the most important and wide-reaching updates in FileMaker 16 is the ability to set cURL options in the Insert from URL script step. This allows FileMaker to natively integrate with innumerable services across the web, including Google Calendar, Google Maps, Microsoft SharePoint, and many other services. https://dbservices.com/articles/filemaker-curl-options/ dbservices.com

Let’s Encrypt SSL Certificates for FileMaker Server for Mac

Looking for instructions for Windows? Click here! Let’s Encrypt is a non-profit certificate authority with the mission of spreading the SSL love across the internet. Though they’re not officially supported, we can use Let’s Encrypt to get free SSL certificates to use with FileMaker Server. We will use a Bash script and a LaunchDaemon to retrieve and automatically renew SSL certificates through Let’s Encrypt to make sure our connections to FileMaker Server are secure. With this, there’s no reaso

Smef

Smef

[FMP TnT] Editable FileMaker Pro Virtual Lists

Editable FileMaker Pro Virtual Lists FMP tip developed by David Thorp, Article written by Andy Persons *Tested in FileMaker Pro 14-16 Virtual Lists Since FileMaker Pro virtual lists were introduced more than five years go, they have seen wide use due to two primary benefits: flexibility and performance. The whole point of this tip is EDITING values in a virtual list.  That's new and fancy and most people believed impossible, until now! Flexibility FileMaker Pro Virt

eXcelisys

eXcelisys

FileMaker JSON Functions

Native JSON functions have made it to the FileMaker platform! We dive into how to use the functions to create, modify, and parse JSON for REST APIs and more. Learn about the 6 new functions available, JSONSetElement, JSONDeleteElement, JSONGetElement, JSONListKeys, JSONListValues, JSONFormatElements. https://dbservices.com/articles/filemaker-json-functions/ dbservices.com

"Editable" FileMaker Pro Virtual Lists

Editable FileMaker Pro Virtual Lists FMP tip developed by David Thorp, Article written by Andy Persons *Tested in FileMaker Pro 14-16 Virtual Lists Since FileMaker Pro virtual lists were introduced more than five years go, they have seen wide use due to two primary benefits: flexibility and performance. The whole point of this tip is EDITING values in a virtual list.  That’s new and fancy and most people believed impossible, until now! Flexibility FileMaker Pro Virt

eXcelisys

eXcelisys

Compare and Contrast

In this article, multiple scripts will be created to accomplish the same task. This may seem silly at first but, it's an important exercise to learn the best approach to a problem. If you are new to this concept, you should actually build the different scripts to cement the concept in your mind. I've been using this methodology for a very long time so it just comes naturally. In fact, most of the work occurs in my head. In time, the process will become second nature and you will find yourself bu

John Mark Osborne

John Mark Osborne

Compare and Contrast

In this article, multiple scripts will be created to accomplish the same task. This may seem silly at first but, it's an important exercise to learn the best approach to a problem. If you are new to this concept, you should actually build the different scripts to cement the concept in your mind. I've been using this methodology for a very long time so it just comes naturally. In fact, most of the work occurs in my head. In time, the process will become second nature and you will find yourself bu

John Mark Osborne

John Mark Osborne

FileMaker Card Windows

One of the most powerful tools in the FileMaker window-management arsenal is the FileMaker Card Window. This technique is primarily used for detailed dialogs or wizards, providing a more flexible option than the traditional FileMaker custom dialog. https://dbservices.com/articles/filemaker-card-windows/ dbservices.com

Événement FileMaker 16 : formation pour développeurs

FileMaker 16 pour les développeurs – un réel besoin de se former 27 juin 2017 – Paris Réserver La sortie de FileMaker 16 en mai est très particulière. Alors que de version en version il suffit en général au développeur de parcourir la liste des nouveautés pour les comprendre, et quelques billets de blog pour […] Cet article Événement FileMaker 16 : formation pour développeurs est apparu en premier sur 1-more-thing. View the full article

fabriceN

fabriceN

Floating Card Windows

This video will teach you all about using the new FileMaker 16 Card Window and show you how to take advantage of the fact that you can have a totally different position for the card window outside of the parent which where it belongs. With a bit of creative FileMaker scripting you can create some really nice features for your FileMaker database. Click the title or link to this article to view the video. View the full article

FileMaker Magazine

FileMaker Magazine

Floating Card Windows

This video will teach you all about using the new FileMaker 16 Card Window and show you how to take advantage of the fact that you can have a totally different position for the card window outside of the parent which where it belongs. With a bit of creative FileMaker scripting you can create some really nice features for your FileMaker database. Click the title or link to this article to view the video. View the full article

FileMaker Magazine

FileMaker Magazine

Custom Function Database - Part 10 - Saving User State

While it would be wonderful if FileMaker Pro had built-in functionality for all of the features we can possibly think up, it’s not too practical. Besides, what would be left for us to develop? So, what about saving user state? Do you think you would enjoy leaving your desk for a few moments and coming back to a completely rearranged environment? I doubt it, and that’s almost exactly what FileMaker does when working within a hosted file. The most common approach to solving this problem is to si

FileMaker Magazine

FileMaker Magazine

  • 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.