Jump to content
Server Maintenance This Week. ×
  • 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,148 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
    • 4,995 views

My Thoughts on the Future of Claris

Claris recently made some really big announcements and I thought I’d share some specific thoughts on the future of Claris. My journey with FileMaker started way back in 1991 so needless to say I’ve had the privilege to experience first-hand a LOT of news and innovations over the years. Truth be told, some of the announcements during that long journey would leave me wondering, “Hmm, is that all there is? What about XYZ feature and aren’t they forgetting about the XYZ situation?”  But this time t

PCIPal

PCIPal

Claris Studio Preview

Exciting new changes are on the horizon for Claris! Claris shared their company's focus for the future with some exciting announcements, including Claris Studio, plans to make Claris more available, and their new Problems Solvers Circle program. We discuss some of the updates that we are most looking forward to. Read the full article here.

dbservices

dbservices in Claris News

Claris announces exciting changes to its platform

Focusing on Problem Solvers In today’s Claris webinar, CEO Brad Freitag started by saying that “Problem solvers are our ecosystem,” giving a shout out to the all-in Claris community of developers and consulting businesses. He and his team detailed a new licensing program, shared additions to the platform, and discussed the future. Here are three notable takeaways: Claris Studio: The next piece of the puzzle First, Claris is releasing a new product. Peter Nelson, VP of Engineering, referred to hi

Todd Geist

Todd Geist

The History Of QR Codes—And How To Create Them In Seconds In FileMaker

From coffee shops to flyers to the workplace, QR codes are everywhere. But how long have QR codes been around, and why are they better than their predecessor, the barcode?  Let’s dive into the history of QR codes, as well as how businesses can quickly generate QR codes using a simple FileMaker setup. Use our sample file to connect The history of the QR code The barcode was originally patented in 1951, so we’ve been using barcodes for decades. However, in

PCIPal

PCIPal

FileMaker Sharing Steps

Having recently consulted with a newer developer unfamiliar with the way FileMaker hosting/sharing works, I found that discussing the process would be a good primer for anyone just starting with FileMaker. If you've only ever worked or developed your file on your local machine, then learning how to host that file will be a big benefit. Especially if you need to collaborate with another developer. One of the key benefits of developing with FileMaker is the fact that it allows for collaborative l

FileMaker Magazine

FileMaker Magazine

Find Data Fast: Improving FileMaker Quick Find Searches

There’s a reason why Google owns over 92% of the search engine market: it’s quick, dynamic, and helps users find the information they need. It even suggests and refines searches depending on what you type into the search bar.  Users have come to expect this kind of efficiency, but if you’re looking for this functionality in FileMaker, it can be tough to set up on your own. However, with the right approach, you can make FileMaker searches easier for both your developers and users.  Curious abou

PCIPal

PCIPal

Restoring User Environments

Over the years I've created a number of videos about restoring user state. Returning windows to their last viewed location, restoring tabs and slider panels to those last viewed, etc. I've also created videos about super quick startup and managing users within a Users table. What I haven't shown is how I combine all of those processes into a powerful user environment restoration routine. Along with highly maintainable (and transportable) code. I've used this approach on most all of the solution

FileMaker Magazine

FileMaker Magazine

FileMaker Screen Pop with Twilio

Twilio is a leading cloud communications platform that works well for both reaching out to customers and receiving communications. Learn how to integrate Twilio with FileMaker using webhooks and a few lines of code to notify you via a screen pop when you receive an incoming call from Twilio. Includes a video and sample file. Read the full article here.

Exploring Wordlespace with SQL and While

Recently we’ve discussed optimizing SQL queries in FileMaker, and had some fun with various SQL experiments. Today we’re going to explore some ways FileMaker can use ExecuteSQL and the While function to perform letter frequency and text pattern analysis on candidate words for the popular Wordle game. The list of words comes from https://github.com/tabatkins/wordle-list and… Continue reading Exploring Wordlespace with SQL and WhileView the full article

Kevin Frank

Kevin Frank

Solving Circular References in Auto Enter Calculations

Hi there! In this article we talk about an age old situation in FileMaker where two Auto-Enter calculations reference one another. We explain the order of execution and why this never leads to a desired result. We then show a cool solution to this issue such that you can build circular references that work the way you want them to. Example file included as always. Check out the article here! Thanks for reading! Daniel      

Daniel Wood

Daniel Wood in Calculations

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

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