Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

One of the less obvious, but exciting new features in FileMaker 13 is the two new clauses available in FileMaker’s SQL syntax.  It’s less obvious, because you need to read the new FileMaker SQL Reference Guide to see they’ve been added. (Here is the FileMaker 13 SQL Reference. All FM13 docs are here.) The new clauses are OFFSET and FETCH FIRST.  We’ve been asking for these functions in the FMSQL engine since the plug-in days, and they’re finally here.  They give you the ability to slice your r
More Fun with FileMaker Animations: Slide Panels http://www.seedcode.com/wp-content/uploads/2013/12/AnimatedSwitch.mp4 By carefully positioning images within slide panels we can get a nice animated effect when clicking a simple switch. This doesn’t use any tricky code, just a very careful placement of the image inside a slide control whose radius has been set to match that of the switch image. Just like a regular button, we use a simple script to set the field value our switch represents–th
Start the new year with the tools you need. All SeedCode products are on sale for 25% off through Dec 31. That includes upgrades and additional licenses. So if your solution is growing, or you’d like to quickly add some value for your users, consider bolting on some SeedCode in the new year. And if you’re new to all this, dive in with some of our free stuff. Both the free versions of our Calendar and of GoZync let you add real value to your solutions while learning more about how SeedCode uses
<h2>Using Dynamic Script Triggers in FileMaker Go</h2> <p>&nbsp;</p> <h3><b><i>What?</i></b></h3> <p>It was a couple years ago that I was introduced to dynamic script triggering in a video by Matt Petrowski. The basic premise is that you maintain a table with the names of scripts and a label that is presented in a portal view on a layout. You attach a script to an object in that portal and triggering that button would in
Web & HTML standardisation has been a big talking point over the last year with HTML5 now moving into candidate recommendation and becoming very well supported across all the latest major browsers. But why is standardising the web so important? Where do the standards come from? To start explaining why standards are so important for... Source
Popovers are one of my favorite things in FileMaker 13. Like tab panels and slide controls they’re a region within a layout, but unlike our other enclosures they don’t take up any space when they’re not in use. We love them.  But they have a couple of unexpected behaviors you’ll want to be aware of as you start putting popovers to work. FileMaker 13 Popover Bugs Selecting a customer in a popover. From the “invoices” starter solution. Issue in Web Direct: Portal buttons fail in all but the
FileMaker 13 Slide Controls + Refresh Object = Faster Layouts For starters, don’t forget about the new script step “Refresh Object”– I did. I had some icons whose “hide” status was based on the visibility calc : GetLayoutObjectAttribute ( “Home” ; “isFrontPanel” ) Using a single panel as a refresh enclosure. Now, isFront doesn’t just evaluate as slide panels move around so I’d added a Refresh Window script step to get them to behave. However, the new script step “Refresh Object” app
<h2>FileMaker launches FileMaker 13 Platform – enables teams to easily create custom business solutions for iPad, iPhone, Windows, Mac and the web</h2> <p><em>Features FileMaker WebDirect: Breakthrough technology for running custom business solutions in a web browser</em></p> <p>SANTA CLARA, Calif. – Dec. 3, 2013 – FileMaker, Inc. today unveiled the next-generation platform for business productivity: <a href="http://www.filemaker.com/r/beatles">
Hiding FileMaker Objects: The Old Way Before FileMaker 13 there was no native way to make an object conditionally visible. And sometimes it seems like we developers spent an inordinate amount of our time working around issues of “reflow” and “visibility”: getting objects to slide into the position vacated by now absent objects, and getting objects to show and hide correctly in the first place. Think of button states, error messages, and admin-only areas of our solutions. Before FileMaker 13
Newest Version of FileMaker Platform Brings Significant Major Security Enhancement FileMaker, Inc. today released the latest version of its Platform: FileMaker® Pro 13, FileMaker® Pro 13 Advanced, FileMaker® Server 13, and FileMaker® GO 13. This release brings many significant new features to the platform including the innovative FileMaker WebDirect client access. But to me the most significant enhancement is Encryption of Data at Rest (EAR). Addition of this critical and key function
Ever since we added rich logging to GoZync, I’ve found the logs incredibly helpful. (Look for them to make their way into SeedCode’s next products as well.) Here is a great example of why they’re so cool (and why having a transparent, scriptable sync helps developers)… GoZync maintains the last sync log for each user. A customer recently contacted us to say that their syncs were rolling back due to errors. This was new as they’d been up with GoZync for months. The logs in their hosted file
Missed SeedCode in Chicago? If you missed Jeff’s presentation at fmproductconference.com, we’ve published his introduction to GoZync here. This is a great overview of what we love most about GoZync and why we use it whenever our customers need  to work with FileMaker offline. Interested in attending a GoZync Webinar? Jeff will be offering webinars on GoZync following the rough outline of this presentation in the next few weeks. Attendance will be limited to 30 people for each webinar so
Editor’s note: Today it’s my privilege to present an informative guest article written by Jonathan Fletcher on the elusive topic of sorted dynamic value lists. Jonathan is a well-regarded, thoughtful and thought-provoking fixture in the FileMaker community, known for his generous and frequent contributions to various online FileMaker forums. Have you ever had a need […] Source
SeedCode’s customer KeyPlus was recently featured on FileMaker’s UK site showing off their new GoZync-enabled solution for alarm response and reporting. Employees complete incident reports in the field using company iPads and iPhones, this “not only saves time but also helps to prevent errors stemming from employees having to wait until they have returned to the office before typing up reports.” The FileMaker solution has completely streamlined the business. Clients are now updated much mo
<h2>Using FileMaker Pro to generate Code 39 barcodes without the need for fonts or plug-ins.</h2> <p>&nbsp;</p> <h3>By <a href="http://www.excelisys.com/our-team-custom-database-consultants.php" target="_blank">Doug West</a>, Product/Project manager for <a href="http://www.excelisys.com" target="_blank">Excelisys</a>.</h3> <p>&nbsp;</p> <h3><span style="font-size: 13px;">Yet another FREE </spa
Last time we examined some of the nuances of tab controls, both visible and invisible. Today we’re going to extend the exploration to include simulated and, in demo 5, genuine tab interfaces for layout navigation. Today’s demo files: Tab Panels – Seen, Unseen, etc, v1 Tab Panels – Seen, Unseen, etc, v2 Tab Panels – […] Source
Parameter order matters in ng-repeat While building our new timeline app, speed has always been tricky; even if we are trying to show 1k events at once over a span of several years, we hope the app will feel responsive. Accordingly, we’re looping through all available events and reserving a space for them in the DOM whether they are visible or not. This can cause some pretty big slowdowns as our event count grows. Timeline. Events only rendered as users scroll them into view. This all happe
Excelisys Releases The BizTracker 4, a Jump-Start Template That Dramatically Advances FileMaker Pro® Customization South Bend, IN – November 11, 2013 – Excelisys, Inc., (www.excelisys.com) announced the release of The eX-BizTracker 4, the next generation of the popular flagship eX-File business productivity template for small- to medium-sized businesses. The eX-BizTracker 4 maximizes the latest innovations in FileMaker Pro® 12, resulting in a much leaner customizing tool which is easier t
…there may be thoughts we can not think.” Without new tools. – Richard Hamming via Bret Victor from “Media for Thinking the Unthinkable”. Wonderful stuff. I see a timeline in many of the representations Victor employs and the temporal nature of a system seems to be part of what he’s emphasizing. (I often need to remind myself, when working on an app, that I’m not “designing a better poster” of a calendar, for example. Rather, it can move; it can be interrogated.) Details: http://worrydream.c

Recently Browsing 0

  • No registered users viewing this page.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.