Franco Posted May 7, 2008 Posted May 7, 2008 tell application "FileMaker Pro Advanced" activate getURL "fmp7://myaccount:[email protected]/myDB.FP7" try do script FileMaker script "myscript" end try end tell do is possible to add the parameter script to the "do script" command? example: do script FileMaker script "test" parameterscript"my parameter"
Fenton Posted May 7, 2008 Posted May 7, 2008 No, FileMaker's AppleScript dictionary doesn't support that. What you'd have to do is to write it to a global field in a table; which is easier than writing to a regular field, as you just need a layout or table (table occurrence) reference.
Recommended Posts
This topic is 6041 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