Getting a FileMaker label's text in a conditional formula

Posted by simon 05/15/2012 at 09:03PM

How the Self function can give you a label's text.

Using Cocoa's PDFDocument class from FileMaker

Posted by simon 05/13/2012 at 06:00AM

Can you call the Mac OS X Cocoa API from a FileMaker script? Yes, you can...but not directly. This example shows how to call the PDFDocument class to query a file's attributes and then write out a modified version.

Getting a File Path easily in OS X

Posted by simon 05/09/2012 at 03:38AM

It comes up fairly frequently for me that I need the path to a file I have selected in the Finder. With some futzing, you can already do this. Some techniques are

  • drag file to Terminal window
  • copy path from Get Info dialog
  • drag file to TextEdit window

But I was hoping for something a little better.

Freebie: Grab CSS From FileMaker 12 Layout Objects

Posted by donovan 04/30/2012 at 05:15PM

Here's a free AppleScript to get a FileMaker object – any object – off the clipboard as text. See how FileMaker really describes its objects!

Native Web 2.0 Controls in FileMaker 12 Layouts

Posted by Brian 04/21/2012 at 06:07PM

Here's how to incorporate virtually any UI control you see on the web directly into your FileMaker 12 Pro — and FileMaker Go —  layouts.<

FileMaker 12: Exciting New Possibilities

Posted by donovan 04/05/2012 at 09:34AM

The FileMaker 12 product line is here! Keep reading to see what we think the most exciting new possibilities are with the new versions of FileMaker Pro, FileMaker Server and FileMaker Go.

Open a remote FileMaker file with AppleScript

Posted by simon 02/23/2012 at 01:33AM

Example of AppleScript code to handle all the vagaries of opening a remote FileMaker database.

Older Articles