support Posted June 30, 2010 Posted June 30, 2010 (edited) I want to create a script to export records... copy (field)-"todays code" export required fields Now - I want to paste "todays code" into the file name for the export document and what also would be nice is to place this file name with the "todays code" into its correct folder (which is static) any ideas Edited June 30, 2010 by Guest
TheTominator Posted June 30, 2010 Posted June 30, 2010 It doesn't sound like you need AppleScript for this. set variable $filepath = "file:" & "relative path to the folder" & "/" & todays code If necessary use "filemac:" if you are specifying an absolute path instead of a relative one. Use $filepath as the name in the export script step.
support Posted June 30, 2010 Author Posted June 30, 2010 Thank you very much, with a little bit of fiddling it worked Like putting in correct fle path as it was been saved from a Mac to PC and in set variables, putting the right words in correct spots... again thank u - Tim
Recommended Posts
This topic is 5260 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