Jump to content
Server Maintenance This Week. ×

Error 10011 returned Data is being used by another user, script or transaction


This topic is 5260 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am running a pretty simple applescript which counts the items in a folder that it is passed from a filemaker record, then returns the value to a cell.

the script is

tell application "FileMaker Pro Advanced"

set mybox to cell "path" of current record

end tell

tell application "Finder"

activate

set numberfiles to count of (files in folder mybox whose name extension is "emlx")

end tell

tell application "FileMaker Pro Advanced"

activate

set cell "number" of current record to numberfiles

end tell

This works when I run it with script editor but returns error 10011 (Data is being used by another user, script or transaction) When i run it as a "perform applescript" command in filemaker script.

Any ideas?!?! it's driving me mad!!

Link to comment
Share on other sites

This topic is 5260 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.