May 7, 200817 yr 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"
May 7, 200817 yr 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.
Create an account or sign in to comment