Jump to content

AppleScript to run a FileMaker script.


This topic is 6686 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6686 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.