Newbies Stanley Tran Posted January 20, 2001 Newbies Posted January 20, 2001 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.
signal Posted January 20, 2001 Posted January 20, 2001 I think you should post this in the applescript forum.
Chuck Posted January 21, 2001 Posted January 21, 2001 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 Stanley Tran Posted January 26, 2001 Author Newbies Posted January 26, 2001 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
Recommended Posts
This topic is 9072 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