January 26, 200619 yr 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
January 31, 200619 yr Author 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.
Create an account or sign in to comment