Kieron Posted July 27, 2004 Posted July 27, 2004 I am having a few problems with an applescript opening a hosted file on FM server 5.5 When I use the following script it doesn't find the relevant file. Is there an easy way to direct the script to open a database from a specific server? tell application "Finder" activate select file "filemaker pro" of folder "filemaker pro 6 folder" of folder "applications" of startup disk open selection end tell tell application "FileMaker Pro" open file "FM.fp5" end tell Would I have the same problem with this script in OS X? Thanks Kieron.
Recommended Posts
This topic is 7423 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