Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

tell application "FileMaker Pro"

getURL myURLStringHere

end tell

will give me an error if the script is for a file of FileMaker 6 yet the user has FileMaker 7 currently running. The same problem occurs with attempting to create an AppleScript to work on a FileMaker 7 file with FileMaker 6 running.

How can distinguish in AppleScript to specifically tell which version of FileMaker to execute the AppleScript on?

Thanks.

Posted

Yes, this is a problem. One thing you can do - it is clumsy but it works - is use the complete path;

tell app "Drive:Folder:Folder:FileMaker Pro"

getURL myURLStringHere

end tell

This topic is 7398 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.