Aussie John Posted November 7, 2006 Posted November 7, 2006 (edited) Hi I am selecting a list of files which I want to put into filemaker eg set the_files to (choose file with prompt "xxx" with multiple selections allowed without invisibles) set file_names to {} repeat with each_file in the_files copy name of (info for each_file) to end of file_names end repeat return file_names tell application "FileMaker Pro" to set cell "global" of current record to file_names this doesnt add anything to filemaker Ultimately I want one file per record. I figure it is probably easiest to dump the full list into a global then separate into the new records with a calculation script. Maybe there is a more direct way? Edited November 7, 2006 by Guest
Recommended Posts
This topic is 6589 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