Icecold Posted February 25, 2003 Posted February 25, 2003 Hi I am trying to send an apple event I can select the application I want to use. My next step is to open a file in my application (QuarkXPress) using a field I have specified in my database. I can open the same document by specify the file but I don't want to do that I want to specify my file from my field.
jfmcel Posted February 25, 2003 Posted February 25, 2003 Tell app "FileMaker Pro" set theFile to cell "TheFullFilePath" of current record end tell set theApp to choose application tell theApp activate open theFile end tell
BobWeaver Posted February 26, 2003 Posted February 26, 2003 Just to clarify, jfmcel's solution uses Applescript, not Apple Events. I'm pretty sure that you can't dynamically select a document name from a field with Apple Events anyway.
Recommended Posts
This topic is 7943 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