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

Get ( LastMessageChoice ) - Show Custom Dialog tricks

Sometimes, it's just good to reflect on how you use certain FileMaker features. You know, the simple ones. Like Show Custom Dialog and Get ( LastMessageChoice ). If you use FileMaker for mobile a lot, then Show Custom Dialog is a great way to go. With Desktop, you might have less than optimal results because users can reposition and resize the dialog. Aside from those few issues, however, it's probably one of those script steps you find yourself sprinkling all around your FileMaker solution. Th

FileMaker Magazine

FileMaker Magazine

SQL Multi-Table & Miscellaneous Experimentation

INTRO Today we’re going to pick up where we left off last month, and today’s article will assume the reader is familiar with the material we covered last time (in SQL Multi-Table Query Optimization). This time we’re going to dig a little deeper into multi-table SQL queries, conduct some SQL experiments, and look at a… Continue reading SQL Multi-Table & Miscellaneous ExperimentationView the full article

Kevin Frank

Kevin Frank

A Clever CSS Chat Display

Hi all, I have just posted a new article at FileMaker Weetbicks entitled "A Clever CSS Chat Display". I hope you like it. In this article I present a very easy to implement CSS-based chat 0 which is perfect for implementing a messaging system in your solution.  The chat display is presented as a standard instant messaging format with a two-sided conversation. It is also able to handle formatting, and messages of any size. As always an example file is included which should contain

Daniel Wood

Daniel Wood in Design

Learning FileMaker Functions

When you really want to master creating all kinds of powerful solutions within FileMaker, then you'll have to be familiar with as many functions as possible. In fact, it doesn't hurt to know and have used every single one at least once or twice. The sooner you become familiar, the more things you'll be able to accomplish. Reflecting on my own journey with learning all of FileMaker's functions, I remembered working with a dog-eared paper manual with sticky notes popping out all over the place. T

FileMaker Magazine

FileMaker Magazine

The Context Podcast: The Modern FileMaker Revolution

Martha Zink will host the podcast, continuing the tradition of interviewing the Claris community on various topics. Have some ideas or want to be on the podcast? Drop us a line and let us know! We want it all, including technical deep dives, customer stories, conceptual chats, and other topics that benefit the people in our community (and help spread the word on how awesome this community is). The post The Context Podcast: The Modern FileMaker Revolution appeared first on Proof+Geist (formerly

Todd Geist

Todd Geist

Sending Texts From FileMaker With Twilio

Are you sending text messages to your customers? Although 54% of consumers prefer to chat with brands via text message, only 11% of brands use texting to communicate. Texting may sound too complex, or too costly. But with open rates at 98% (compared to 20% for email), text message marketing is a great way to get in touch with your customers with less hassle. Learn why text messages are so critical for your business, as well as how you can start sending texts through FileMaker with the Twilio A

PCIPal

PCIPal

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

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