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

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

Recommended Posts

  • Newbies
Posted

Hi,

I have a filemaker script to perform exporting data to a file and then open the exported file in another application. The problem is after I exported the file, how can I store the path to that file so I can pass it to another application via apple script?

Thanks in advance for any help.

Posted

This isn't going to be easy. FileMaker doesn't give access to the path in any form that AppleScript can use. So, if you must do this, I would suggest something like the following algorithm:

Use AppleScript to get user to select folder to export to and store this folder for later reference.

Use FileMaker to export the data to a known folder that is the same every time, independent from where the user asked to place the file.

Use AppleScript to copy the exported data to the folder selected by the user and delete the copy in the default location.

Use AppleScript to open the file in your other application.

Chuck

  • Newbies
Posted

Thank you Chuck for your help.

How can you tell FileMaker to export file to the same path and same file name everytime? If you can show how, it will solve my problem.

Thanx

This topic is 8700 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.