dangkevin Posted November 17, 2008 Posted November 17, 2008 Hi all, I have Filemaker 5.5 and going to upgrade it to 9 soon. When we connect to our Filemaker 5.5, we use an apple script like this: tell application "FileMaker Pro" activate open location "FMP5://servername/Main Menu.fp5" end tell I am trying to modify this script to work in FileMaker 9. I do not know much about applescript, and I am sure a lot of people here does. How do you modify it so it will tell filemaker pro 9 application to open and connect to the database? I am sure this is probably a simple command. Thanks for your help.
Fitch Posted November 17, 2008 Posted November 17, 2008 Try it like this: getURL "fmp7://servername/Main Menu.fp7"
dangkevin Posted November 18, 2008 Author Posted November 18, 2008 How do you use an opener file and what is the difference with what I have?
Vaughan Posted November 18, 2008 Posted November 18, 2008 Search the sample files in these forums for Opener file. The opener file is cross-platform, and a knowledge of AppleScript isn't necessary to make it work. :o
Vaughan Posted November 19, 2008 Posted November 19, 2008 or this... http://www.fmforums.com/forum/showtopic.php?tid/99007/
Recommended Posts
This topic is 6218 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