Re: Filemaker 8.5 stored applescript problem
Re: Filemaker 8.5 stored applescript problem
- Subject: Re: Filemaker 8.5 stored applescript problem
- From: Tim Mansour <email@hidden>
- Date: Wed, 16 May 2007 09:22:00 +1000
On 16/05/2007, at 6:07 am, Stockly, Ed wrote:
To make the command work, enclose commands in a "Finder" tell block.
Another answer is to use raw apple event codes.
OK, my 2 cents worth:
It's more efficient if we don't use the Finder, and we also don't
have to worry if it's hung or busy. Surely any "readability" issue
could be easily solved with a comment:
tell application "FileMaker Pro"
-- «event rdwrread» is standard additions "read":
set cell "FileContents" to «event rdwrread» alias theFilePath
end tell
--
Tim Mansour <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden