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!

     

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
    • 6,095 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
    • 6,155 views

A Cooler Color Picker

Hi all, I have just posted a new article & example file entitled "A Cooler Color Picker". In this article we present a javascript based color picker utility which can be reused multiple times on a layout, or across multiple different windows at once. We present it in both popover & card window varieties (so it can be usable within a portal). We also show a quick and simple way to generate a color swatch from the chosen hexadecimal code, as well as some other interesting tidbits in t

Daniel Wood

Daniel Wood in Design

Learning JavaScript in FileMaker

Some developers who start with FileMaker never extend beyond it. Hopefully, that's not you. Or, at least you're willing to look into learning some other languages and see how they can benefit your FileMaker solutions! In FileMaker 19 we gained both a new script step named "Perform JavaScript in Web Viewer" and a JavaScript function embedded into the Web Viewer named "FileMaker.PerformScript()". If you haven't taken the time to investigate how these new features work, then allow me to give you t

FileMaker Magazine

FileMaker Magazine

SQL Multi-Table Query Optimization

Demo file:  sql-multi-table-query-optimization.zip Recently a colleague requested help w/ a SQL query that was performing slowly. I wrote back: Make sure there are no records open locally, i.e., on your machine, in the tables you are querying (for more information see this article by Wim Decorte: ExecuteSQL – The Good, The Bad & The Ugly)… Continue reading SQL Multi-Table Query OptimizationView the full article

Kevin Frank

Kevin Frank

3 Key Uses for Portals

Personally, I've always been dismayed by how portals are positioned within the world of FileMaker instruction. When I see other developers teach about portals, they start with the primary use of portals and then stop. They talk about how portals are there to show related data and that's about it. No way! That's certainly not the end of things. Portals are one of the primary ways to present data however you wish. If portals were limited to simply showing related data based on a normalized schema

FileMaker Magazine

FileMaker Magazine

How a FileMaker Maintenance Support Program Can Work for You

Your business relies on your FileMaker solution, which means that when it needs an upgrade or a major overhaul, you can't put it off. These types of big projects are exactly what the Custom Development Team at PCI works on every day. But what about…everything else? Time and time again, we see clients with wishlists that get deprioritized in favor of just keeping things running. A new button, a report that's easier to read, a portal upgrade -- these are the things that always hang out at the bo

PCIPal

PCIPal

FileMaker ShipStation Integration

Companies that use both FileMaker and ShipStation often find themselves transferring data back and forth between systems. In this article, we will demonstrate how you can eliminate the hassle of manually creating or updating your order by integrating your FileMaker solution with ShipStation. Includes a video and sample file. Read the full article here.

Efficient File Storage

Just because you can create container fields doesn't mean you should create them whenever you think you need to store files for a specific table. There are possible solutions which, when implemented creatively, allow you to use one single container field for all of your solution's file storage. True, you may need container fields for other uses, but, when it comes to linking and storing the documents managed within your solution you can get away with one single container field within a single Fi

FileMaker Magazine

FileMaker Magazine

3 Critical Reasons to Use BaseElements

Are you trying to optimize your FileMaker solution? FileMaker allows you to build just about anything, but it can be time-consuming to manage all of your code and files. Instead of doing this work manually, you can use the BaseElements analysis tool—it analyzes files and spots issues that would otherwise take a lot of time to do yourself. Whether you’re a developer looking for a way to save time or you’re a business owner who wants to verify that your solution is running smoothly, BaseElements

PCIPal

PCIPal

10 Good Developer Habits & Scripts

Sometimes, it's those little suggestions or tricks which make for a more enjoyable and productive development environment. In this video, I cover some of what I consider to be the most helpful things for working within FileMaker - at least when it comes to scripts and good habits. Hate having to scroll down your long list of scripts in order to target the one script you're working on? Use a Testing Code script. Working with more than one developer and need a good method of communicating what wa

FileMaker Magazine

FileMaker Magazine

FileMaker Authentication with Salesforce

FileMaker Server has been able to use Amazon, Google, and Microsoft as an identity provider for the last two versions. While a great addition to the platform, it did limit your choices for OAuth identity providers. We will show you how to deploy a custom OAuth authentication workflow utilizing Salesforce. Includes demo video. Read the full article here.

dbservices

dbservices in FileMaker 19

Capture Web Content As Markdown

Learning JavaScript, while also learning FileMaker development, can seem like a daunting task. The trick is to take things little-by-little and pick up those essential skills which allow you to add in the really cool functionality. You don't have to code your own JavaScript library. You just need to be willing to integrate them with that little bit of know-how you acquired. The great thing about this process is building the skills to be able to implement things in a quick fashion. In this video

FileMaker Magazine

FileMaker Magazine

FileMaker Reporting Fundamentals

In this video we bring you the fundamentals of FileMaker Reporting. Some of FileMaker's features regarding arriving at that perfect report can seem somewhat hidden. The Sliding & Visibility settings are just one example. It can also be a bit difficult in knowing how you can arrive at the perfect Summary report when you don't know which layout parts you do and don't need. If you've struggled with creating that ideal output, whether truly printed or just for a digital PDF, then you'll likely

FileMaker Magazine

FileMaker Magazine

Setting Up FileMaker with a Weather API

As you may know from experience, the weather has a tremendous impact on your ability to do business. With a weather API in FileMaker, you can quickly adjust your plans to keep your team safe and productive, no matter what. How APIs work An application programming interface (API) allows programs to talk to one another. In an increasingly digitized world, APIs are the glue that allows so many of our favorite applications to work together. Most APIs use a text-based language like JSON to standar

PCIPal

PCIPal

JSONQuery at FM-DiSC

JSONQuery @ FM-DiSC On Friday, January 14, Steve Senft-Herrera and I will be discussing and demoing JSONQuery at FM-DiSC (FileMaker Developers in Southern California). Useful Links Current version of JSONQuery:  CF_JSONQuery_20211130_0120_PUBLIC.fmp12.zip Our recent two part in-depth interview series JSONQuery, part 1 JSONQuery, part 2 Coming soon: Steve Senft-Herrera’s demo file from the presentation Coming soon:… Continue reading JSONQuery at FM-DiSCView the full article

Kevin Frank

Kevin Frank

Custom Dynamic Value Lists

Within the realm of FileMaker development, there are a number of key techniques which allow you to do the types of things you'd normally expect in any development environment. Many of these have been around for many years. In this case, this one, a decade. The unfortunate thing is that some of these obscure methods and techniques just aren't that easy to replicate from memory. Some are hidden in the corners of FileMaker development because they feel like they're "hacks". But, at least they get t

FileMaker Magazine

FileMaker Magazine

Using Add-ons via a Charting Example

When Add-ons were announced, it sounded like they were going to be the holy grail of transportable code within FileMaker. Thus far, I don't know exactly what the adoption rate is and if the effort is paying off for Claris. I think the concept still has legs; as you can see that the new experience Claris is putting into FileMaker currently leverages what was built. While I have my own personal strong opinions about how Add-ons were implemented and are currently used, there's no doubt you can sav

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.