March 27, 201510 yr Newbies Hi All, I've been using filemaker for a little while now but have never delved into using scripts. However, I would like to try creating one for what I hope, is a simple task. I have a field called "file location" and I would like to be able to open a specific file on my computer once I click onto the field. I'm using Filemaker 13 on a Macbook. Thanks! Ne
March 27, 201510 yr There are a couple of options: - the Send Event script step - the Perform AppleScript script step - the Open URL script step (despite its name, you can make it open local files)
March 27, 201510 yr Open URL[] would be the simplest way (assuming your field holds a path to the file). once I click onto the field. I suggest you use a button - otherwise you won't be able to edit the field (at least not easily).
Create an account or sign in to comment