z178 Posted September 6, 2007 Posted September 6, 2007 (edited) Can I make filemaker run an applescript and return a value? For example: tell app "Finder" count every folder of desktop end tell If not, what is a work around to get the value returned from an applescript into a field? Edited September 6, 2007 by Guest typo
Mikhail Edoshin Posted September 6, 2007 Posted September 6, 2007 You can set a field in FileMaker. E.g. tell application "FileMaker Pro" set data cell "Number of Files" of current record to "X" end tell This is a script that would work outside of FileMaker. To make a script for the Perform AppleScript[] script step you need to omit the tell application "FileMaker Pro" block.
Recommended Posts
This topic is 6289 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now