I have developed a snippet of AppleScript that I am calling from within a FileMaker script. The AppleScript checks to make sure that certain conditions are met regarding the configuration of the machine. I would like to be able to pass a boolean result back to the FileMaker script, which would then prompt the user accordingly.
I know I *could* pass the info back to a field, etc. of the database I am opening (the script would run on open), but I don't wanna do that.
Does anyone know an easy way to pass an AppleScript result back to the FileMaker script that contains it?
Thanks in advance.
----
Obbie