Aussie John Posted October 30, 2008 Share Posted October 30, 2008 (edited) Fixed I think - needed as text after the first line tell application "Finder" to set Server_folder to "WHP_Data:Alberti work: minutes folder:" tell application "FileMaker Pro Advanced" set save_folder to cell "meeting::gtext" of current record set file_name to cell "minutes::filename" of current record end tell tell application "Finder" to set copy_file to duplicate save_folder & file_name to folder Server_folder with replacing I get an error when running this script to copy a file across to a server. I think it runs ok in Applescript. Any ideas? thanks Edited October 30, 2008 by Guest Link to comment Share on other sites More sharing options...
Digital Life Posted October 30, 2008 Share Posted October 30, 2008 What does the error say? Link to comment Share on other sites More sharing options...
Aussie John Posted October 30, 2008 Author Share Posted October 30, 2008 The error was object not found - but is fixed now thanks Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5795 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