DevCon Schedule in iCal

Here is the 2012 DevCon schedule as an iCal subscription. Pumped out to Google Calendar from FileMaker Server using Zulu – iCal Sync for FileMaker. Enjoy!

https://www.google.com/calendar/ical/nsbmls3pfj5u4s0an1lcu4r3nc%40group.calendar.google.com/public/basic.ics

Bug #s in Script Comments

We’ve started including FogBugz case numbers in our script comments. This lets us move between FBz and FileMaker pretty quickly: from FBz we can easily search* the scripts in FileMaker for the case number, landing right where we might need to make a change, and from FileMaker we can quickly paste the case number into FBz to see what someone’s question was, or what issue was resolved.

*Another place where script search has become part of the daily workflow.

Case Study: Syncing On-Site Inspections

Using iPads, FileMaker 12, and GoZyc

Just posted a great case study from the GoZync experts at FullCity Consulting. They’re taking water quality inspections offline on their iPads, the syncing the data–along with signatures and photos–back to the hosted solution as soon as they have cell signal.

Check out the case study.

SQL Love

Just got this from John Weinshel and had to share…

“I love SQL, love that it’s as old as relational databases, sort of Codd’s afterthought. It’s like Freud, after describing his entirely new model of the universe, added a coda, psychoanalysis, for putting it to use. Except SQL is free and it works.”

Priceless.

SQL Explorer for FileMaker 12

Very proud to have shipped SQL Explorer, a tool for learning SQL (so you can use ExecuteSQL in FileMaker 12) using FileMaker metaphors you already know. You can learn more about the Explorer and download a copy here: SQLexplorer But I wanted to take a moment and point out three things that make this a new kind of product for us…

1. This is the first product we built using a FileMaker 12 theme. All the layouts in the solution are based on the Onyx theme, though we did add some of our own objects, most notably the big tab-based navigation bar at the top. This made some things a lot easier (not as many design decisions to make) but I can’t say it really sped things up. Since the portals and fields in Onyx have an inner glow (a glow not addressable in the inspector), we couldn’t use them in virtual list portals where we wanted empty fields/rows to disappear. Portals like those on the tables tab took a lot of work. Not more work than in 11, but the theme wasn’t a silver bullet. 


2. Jason created a walk-through video for every screen of the software–every step of creating a query–and I can’t believe how well it worked. It really makes it easy to jump in here and, if you get stuck, there is a video of how you’re supposed to do it right at your finger tips. 


3. This was also our first wizard-based solution, and the native tabs and script triggers in FM12 made this much(!) easier. I’d encourage folks to take a look at the “Steps…” nav bar on the Query Builder layout: that’s just a “body-less” tab control with a script trigger on it so it acts like a  button bar. Jason says that this turned out to be a very flexible object: and doing that in 12 was substantially simpler than doing it in 11. We’ve already written about how hiding and conditionally formatting tabs is a huge help in 12, and that was the case here as well.