Re: FileMaker - open remote file using AppleScript
Re: FileMaker - open remote file using AppleScript
- Subject: Re: FileMaker - open remote file using AppleScript
- From: Jean-Marie Hoornaert <email@hidden>
- Date: Tue, 15 May 2001 23:53:44 +0200
le 15/05/2001 22:20, David Graham a icrit :
>
At 8:34 PM +0100 5/15/01, Nicholas E. Baker wrote:
>
> David, can you tell me why this fails?
>
>
>
> tell application "FileMaker Pro"
>
> open file "TLO_Properties.fp5" with password "my_password"
>
> end tell
>
>
I think you need to pass a file reference, the name shouldn't be enough.
Yes, you need to use the full path :
tell application "FileMaker Pro"
open file "path_to_the_doc_as_string" with password "my_password"
end tell
--
Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
email@hidden
http://www.h2o.be
AppleScripting FileMaker
French web site