Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7943 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.