Hal Gumbert Posted January 26, 2006 Posted January 26, 2006 Does anyone know how to run a FileMaker script from an AppleScript? I have an AppleScript that adds records to a FileMaker database and when it's finished creating the records I'd like it to run a script to clean up / process the record. Thanks, Hal
Hal Gumbert Posted January 31, 2006 Author Posted January 31, 2006 I found the answer: tell application "FileMaker Pro Advanced" do script FileMaker script "DeDup" end tell It works nicely. I'm using it to update a list of records that are imported via AppleScript, but it could be used to run a FileMaker script on a schedule if the AppleScript is added to a cron or QuicKey.
Recommended Posts
This topic is 7156 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