Jump to content

apple script list into filemaker


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

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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