Jump to content
Server Maintenance This Week. ×

parameter scripr and applescript


This topic is 5845 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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"

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 5845 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.