DavidTMI Posted August 11, 2004 Posted August 11, 2004 I am new to Applescript and I am trying to open FM7 and start an application with the following code: tell application "FileMaker Pro 7" tell database "pb-a514:Users:Dave:Desktop:MS2_Latest.fp7" activate do script "Go To Work" end tell end tell Any help is greatly appreciated! SORRY, I just got it to work with: tell application "FileMaker Pro 7" open file "PB-A514:Users:Dave:Desktop:MS2_Latest.fp7" do script "Go To Work" end tell
Recommended Posts
This topic is 7408 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