Getting a FileMaker label's text in a conditional formula
How the Self function can give you a label's text.
Using Cocoa's PDFDocument class from FileMaker
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
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
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
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
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
Example of AppleScript code to handle all the vagaries of opening a remote FileMaker database.