• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FileMaker - open remote file using AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: FileMaker - open remote file using AppleScript (From: David Graham <email@hidden>)

  • Prev by Date: Re: FileMaker - open remote file using AppleScript
  • Next by Date: first few chars of filename?
  • Previous by thread: Re: FileMaker - open remote file using AppleScript
  • Next by thread: FTP on OSX using Applescript
  • Index(es):
    • Date
    • Thread