wplate Posted November 3, 2006 Posted November 3, 2006 What would happen if an AppleScript called a do script command to trigger FileMaker Pro but FMP was already running a script? If bad things how what do I do to make sure FileMaker Pro is idle before I tell it to run a script?
Peter Wagemans Posted November 21, 2006 Posted November 21, 2006 Your AppleScript will time out while waiting for a reply. Using a "with timeout" construction in AppleScript will let you know FileMaker is not ready. The rest is a catch-22. You cannot ask FileMaker if it's busy, because it's busy.
Recommended Posts
This topic is 6578 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 accountSign in
Already have an account? Sign in here.
Sign In Now