BobWeaver Posted March 1, 2001 Posted March 1, 2001 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.
leonard Posted March 1, 2001 Posted March 1, 2001 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.
leonard Posted March 1, 2001 Posted March 1, 2001 Bob, Hi! It was helpful. I'm new to Applescript, i.e., I'm in the deep end of the pool... it's script or sink. Thanks. L.
Recommended Posts
This topic is 8666 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