I tried. I wanted to make this work, but the software and hardware does not seem to be there yet. When the iPad/FileMaker Go combo came out, I immediately wished that I could program FileMaker Pro on my favorite reclining device — an iPad tablet. It seems unlikely that FileMaker Inc., will add developer tools […]
Continue reading
Auto Close a FileMaker Pro Database After a Set Interval Using an OnTimer Script Step
Databases can contain sensitive data. Sometimes you have a database you only open occasionally, but you don’t want to forget and leave the data file open on your computer. There are other solutions to this, including locking your computer screen after a set interval, but if you find that procedure overkill and just want to […]
Continue reading
Record and Field Locking Strategies
I was recently asked by a client about how to set up a record locking system. The idea of record locking is that when some event happens a record becomes no longer editable, preserving the contents from change. I have used two different strategies for record locking before and they are both useful, depending upon […]
Continue reading
Mapping Directions from FileMaker Pro with Google Maps
Ever wish you could generate a Google Map pin map from your FileMaker database of things like: a sales route a customer list a distribution list? Not a complex Cluster Map of large numbers of addresses, as I have detailed in another blog post, but a simple reusable script to display small groups of locations as […]
Continue reading
QR Codes in FileMaker 12 & 13 — No Plug-ins, No Custom Functions
A while back I did a blog posting on generating 2D Bar Codes, or QR Codes from Google’s Chart API. The demo was created back in the dark days of FileMaker 11, before the advent of the Insert from URL function (FM12). In the old demo I used a Custom Function and a free plugin […]
Continue reading