Jump to content

Script to create new folder


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

Recommended Posts

This should do what you want. Just replace the JobNumber and Desc with your job number and description fields and the Jobs.fp5 database name with your database name.

tell application "FileMaker Pro"

Link to comment
Share on other sites

Try this:

tell application "FileMaker Pro"

set folderName to (cell "JobNumber" of layout 0 of database "Jobs.fp5") & (cell "Desc" of layout 0 of database "Jobs.fp5")

end tell

tell application "Finder"

Link to comment
Share on other sites

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