July 15, 20178 yr Hello, I have included in my FileMaker Pro solution a native AppleScript module and when being executed I am getting the error message : Finder got an error: Handler can’t handle objects of this class. Unknown Error: -10010. When running this module as AppleScript in OSX, everything goes OK and there no error message being displayed. The error occurs only when being executed from FileMaker Pro. It is important to mention even with the error message the AppleScript still execute correctly. I've tried to find which line was causing the error by inserting "Display dialog" statement. No line in particular seems to be causing the problem. It happens right from when the AppleScript module is being called. Would anyone have an idea why ? THANKS! Daniel _mountFARAMIR.pdf
July 15, 20178 yr Author Problem fixed without making any changes to the code. This applescript was called twice in the main program. I've removed the first call. For this script to work some initialisations were required and the call was then misplaced. Thanks!
Create an account or sign in to comment