December 1, 201510 yr Newbies We recently upgraded our FM server from 11 to 14. I have an Applescript that I moved from a 10.8 mac to a 10.10 mac. The client is FM14. It has some odd behavior that I had to deal with, but one step Im stuck at. I have a simple step that checks if there are records in the database and if there are it deletes them. show database "databasename" delay 1 if (count of every record) ≠ 0 then delete every record The apple script fails with the above error: error "FileMaker Pro got an error: The event failed." number -10000 and it highlights the "delete every record" part. I've tried various ways of changing this line, but the script seems to fail on the delete command. Could it be that the Applescipt isnt recognizing the Filemaker dictionary properly? I can open the dictionary and even looked up the delete command. It just wont take. Any suggestions? Thanks!
December 8, 201510 yr Author Newbies I didn't realize I wasn't fully patched. After patching the client the problem went away. Thank you!
Create an account or sign in to comment