Jump to content
Server Maintenance This Week. ×

Opening server files with Applescript


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

Recommended Posts

Filemaker Server is scriptable but not recordable. That means that any actions you take inside FM Server won't record. So, you will have to manually write that part of your script yourself. I haven't personally written any Applescripts for FM Server, but I believe that the script should look like this:

tell app "Filemaker Server"

open database "filename"

end tell

You can create this with the Applescript Script Editor, and save it as an application which will run whenever you double click it.

You can also create it as a Perform Applescript step in a Filemaker script, and then execute it from Filemaker.

Hope this helps.

Link to comment
Share on other sites

Hello to all,

I tried Applescript recording a script starting with opening FM Pro thru to opening FM Server 5 files. The recording stopped just before clicking on the FM "Open File" Hosts button. Is FM Servor scriptable?

How does one trigger an Applescript script? Do I have to open the appropriate Script Editor each time and click on the "Run" button? Can I double click an icon? Is there such a thing as a scripted button that would start Applescript?

Thanks for the help.

L.

Link to comment
Share on other sites

This topic is 8457 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.