Newbies obbiez Posted May 21, 2001 Newbies Posted May 21, 2001 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
BobWeaver Posted May 22, 2001 Posted May 22, 2001 If you don't put the result into a Filemaker field, how do you plan to test the result in your script? Logical functions in Filemaker scripts can only test expressions based on field values. You could copy the result to the clipboard, but you would still have to paste it into a field to test it. There is really no more elegant solution that I can think of than setting the value of a global field to the applescript result.
Recommended Posts
This topic is 8585 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