October 30, 200817 yr 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, 200817 yr by Guest
Create an account or sign in to comment