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

Conditional Subsummaries

A tremendous amount of reporting power has been packed into FileMaker Pro with an incredibly easy-to-use and flexible interface. The power and simplicity behind adding and deleting parts to organize your pages almost makes it too easy to create a sophisticated printed report. However, when a subsummary group crosses a page break, the subsummary part content doesn't repeat itself, requiring you to flip back and forth between the pages. During my five year tenure at Claris technical support, this

John Mark Osborne

John Mark Osborne

Super Powerful Breadcrumbs

What's truly great about FileMaker Pro is that you can have 5 different developers come up with 5 different ways of doing the exact same thing. There are, however, some pieces to a puzzle which will inevitably require the same structure or settings. Breadcrumbs, for example, work infinitely better within a Tab Panel object than any other object type in FileMaker. This is because tab panels provide the feature of shrinking to fit their content. But, when it comes to the implementation of the lo

FileMaker Magazine

FileMaker Magazine

A Forward Look About FileMaker Platform Security

A Forward Look About FileMaker Platform Security Developers and users of the FileMaker Workplace Innovation Platform must be concerned about security of their deployed solutions. Likewise, they must have a forward-looking perspective about key issues in this arena. Security has its major purpose the preservation of Confidentiality, Integrity, Availability, and Resilience (CIAR) of their systems.  Liabilities resulting from breaches can substantially affect continued business operations

Steven H. Blackwell

Steven H. Blackwell

The FileMaker Web Viewer Bridge

The FileMaker Web Viewer Bridge raises our interaction between FileMaker and JavaScript to the next level. Let’s take a high-level view of this framework. Working with the web viewer, stage one In all the work I’ve done so far with JavaScript and FileMaker, I’ve followed one setup. The JavaScript libraries, functions, the CSS, and the […] The post The FileMaker Web Viewer Bridge appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Live Stream! San Diego User Group

Next Monday ( October 22 ) Geist Interactive will be hosting the San Diego FileMaker User Group at our office in San Diego, if you don't live in the area and still want to attend you can join us via Facebook Live on our Facebook page. The post Live Stream! San Diego User Group appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Calendar Conundrum

Everyone wants a calendar in their FileMaker solution these days. There's tons of web viewer solutions out there for purchase that will integrate well with your FileMaker solution. There's even plug-ins to integrate with iCal or Google Calendar. What I'm going to give you today is a taste of how to build a calendar with just standard FileMaker tools. That means no web viewer or complex acronym web code (HTML, CSS, PHP, JSON, JAVA, etc). Just good ole FileMaker calculations, scripting and relatio

John Mark Osborne

John Mark Osborne

Calendar Conundrum

Everyone wants a calendar in their FileMaker solution these days. There's tons of web viewer solutions out there for purchase that will integrate well with your FileMaker solution. There's even plug-ins to integrate with iCal or Google Calendar. What I'm going to give you today is a taste of how to build a calendar with just standard FileMaker tools. That means no web viewer or complex acronym web code (HTML, CSS, PHP, JSON, JAVA, etc). Just good ole FileMaker calculations, scripting and relatio

John Mark Osborne

John Mark Osborne

Faux Subsummaries via JSON + Virtual List

Today we’re going to take another look at a challenge we discussed last time (in Conditional Summary Report Header)… namely how to cajole FileMaker into displaying a subsummary, or a reasonable facsimile thereof, at the top of a report page when items in the group begin on an earlier page. Demo file: Faux Subsummaries via […] View the full article

Kevin Frank

Kevin Frank

Accessing Google Services - Part 3

Having made the connection to Google's Services using Oauth 2, and spending a touch of time investigating how we can discover documents within Google Drive, we're in the home stretch of reading and writing data to a Google Sheet. By simplifying the way we make API calls to any of Google's services, we end up with a great solution for working with any of Google's available APIs. Also, by focusing on the simple example of working with one simple Google Sheet, we end up capturing data via a Google

FileMaker Magazine

FileMaker Magazine

Salvatore Colangelo, Goya – Insert from URL – Atlanta FileMaker Developers Group 10/3/18

Salvatore Colangelo from Goya presents on using cURL with FileMaker. He shows how to look at Insert From URL and the cURL options in a way that is applicable over and over again to different web services, like a framework. While looking at examples he also highlights some of the most common errors when trying to integrate.   The post Salvatore Colangelo, Goya – Insert from URL – Atlanta FileMaker Developers Group 10/3/18 appeared first on Blue Feather - FileMaker Developer, Android, Web. V

Smef

Smef

DevCon 2018 Recap – Atlanta FileMaker Developers Group 9/5/18

DevCon attendees talk about some interesting topics from DevCon 2018. You can see the videos from DevCon 2018 at the link below: https://content.filemaker.com/e/526331/-devcon-session-materials-2018/8j2gcj/1043433363 The post DevCon 2018 Recap – Atlanta FileMaker Developers Group 9/5/18 appeared first on Blue Feather - FileMaker Developer, Android, Web. View the full article

Smef

Smef

Geist Interactive Travels Down the West Coast

Join us (Todd Geist and Jeremy Brown) as we visit the West Coast FileMaker user groups. We're geared up to talk about Innovative FileMaker power tools and frameworks and techniques. Join us for one (or many)! The post Geist Interactive Travels Down the West Coast appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Accessing Google Services - Part 2

This video is a continuation of the first video in this series where we took a look at connecting to Google's myriad of available services. Once you know how to make the secure connection which Google requires, you can access all the possible services. The trick with working with web services, such as Google or AWS, is that you need to become familiar with how FileMaker requests data and then process the response. We tackle that task within this video then move on to working with Google Drive i

FileMaker Magazine

FileMaker Magazine

Better Breadcrumbs

Hi all, Just posted a new article over at FileMaker Weetbicks all about building a breadcrumb navigation control using just a simple tab control object.  Here's the blurb & link, thank you for your time. https://www.teamdf.com/blogs/better-breadcrumbs/ A breadcrumb menu is a really useful navigation design pattern for both websites and applications. They greatly enhance the way users find their way around and are also a key visual aid in indicating the location of a user withi

Daniel Wood

Daniel Wood

Themes Rule

Before you create any layouts, you need to decide on a theme. Choosing a theme is one of the most important decisions you will make for a project. Themes define the user experience more than any other feature in FileMaker. Buttons, backgrounds, Fields, Tab Controls, Portals, Popover Buttons, Slide Controls and just about every object in FileMaker has been thoughtfully designed by interface extraordinaire Heather Winkle. I’m not talking about the tools themselves but how the objects they create a

John Mark Osborne

John Mark Osborne

Themes Rule

Before you create any layouts, you need to decide on a theme. Choosing a theme is one of the most important decisions you will make for a project. Themes define the user experience more than any other feature in FileMaker. Buttons, backgrounds, Fields, Tab Controls, Portals, Popover Buttons, Slide Controls and just about every object in FileMaker has been thoughtfully designed by interface extraordinaire Heather Winkle. I’m not talking about the tools themselves but how the objects they create a

John Mark Osborne

John Mark Osborne

Introduction to KarbonFM

We at Geist Interactive delivered our first webinar on the Karbon, a framework for ambitious FileMaker applications. We introduced a lot in this session. Take a look at this webinar recording to learn more about Karbon. The post Introduction to KarbonFM appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

Conditional Summary Report Header

Recently I received an email wondering… When printing a multipage report sorted by a sub-summary, is there a way to display the sub-summary heading on the following page when it breaks across two or more pages? There are various approaches one might take, and I actually buried one of those approaches inside an article + […] View the full article

Kevin Frank

Kevin Frank

fmQBO To LedgerLink Conversion Offer

fmQBO is now called LedgerLink and has lots of new features, upgrades and security enhancements. Because of changes that are coming in the next year we will need everyone to migrate to this version sometime in the next 6 to 12 months. To make this transition as easy as possible we are offering a package deal that includes a free year off LedgerLink and having us do the migration for you. The post fmQBO To LedgerLink Conversion Offer appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

FileMaker Audio Player Integration

Using JavaScript in FileMaker brings great functionality. In this post and video, we will review how to integrate a FIleMaker Audio Player. The post FileMaker Audio Player Integration appeared first on Geist Interactive. View the full article

Todd Geist

Todd Geist

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