March 19, 200916 yr Hi tell application "Finder" set Server_folder to "WHP_Data:Alberti work: minutes folder:" as Unicode text tell application "FileMaker Pro Advanced" set save_folder to cell "meeting::gtext" of current record set file_name to cell "meeting::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 end tell Basically meeting::gtext is a folder (set earlier in scriptmaker using the applescript "choose..... command." and meeting::file - well is the file name. Sometimes this script works but now get an error saying Finder got an error: Can’t set folder "WHP_Data:Alberti work: minutes folder:" to folder "WHP_Data:Alberti work: minutes folder:". Any ideas thanks
Create an account or sign in to comment