August 20, 200421 yr 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.
August 21, 200421 yr 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
Create an account or sign in to comment