re: AppleScript and FileMaker problem
re: AppleScript and FileMaker problem
- Subject: re: AppleScript and FileMaker problem
- From: David Crowe <email@hidden>
- Date: Wed, 29 Mar 2006 11:44:42 -0600
Title: re: AppleScript and FileMaker
problem
In order to guarantee that you're operating on a specific
database you need to 'tell' AppleScript.
I use code (FileMaker 8) like this:
tell application "FileMaker Pro Advanced" to tell layout "g" to set cell
"gAppleScriptReturnedString" to
"Done FTP Transfer!"
This way, no matter how many databases are open, this will
operate on the right one.
- David Crowe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden