• 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: David Graham <email@hidden>
  • Date: Tue, 15 May 2001 08:05:04 -0700

At 1:51 PM +0100 5/15/01, Simon Forster wrote:
>Is it possible to AppleScript FileMaker Pro to open a file on a remote
>server? The remote server is sharing the file via TCP/IP.
>
>The syntax which seems to be suggested by the FileMaker documentation is:
>
>tell application "FileMaker Pro"
> open file "TLO_Properties.fp5" of machine "10.0.0.1" with password
>"my_password"
>end tell
>
>This only works for machines visible in the "hosts" dialog box. I found a
>posting from Jimmy Jones (of FileMaker Inc) suggesting that what I'm trying
>to do is not possible - but that dates from 1998 so things may have changed.
>
>Any pointers?

Use this:

tell application "FileMaker Pro"
activate
getURL "FMP5://password@URL/filename"
end tell

Make sure that FileMaker is listed as a helper app under Internet config for the FMP5 protocol.

- Dave
--


:: dmgraham information solutions ... database, web & more ::

david m graham
10353 san diego mission rd., #107c, san diego, ca 92108
619.322.9698
http://www.dmgraham.n3.net


  • Follow-Ups:
    • Re: FileMaker - open remote file using AppleScript
      • From: "Nicholas E. Baker" <email@hidden>
References: 
 >FileMaker - open remote file using AppleScript (From: Simon Forster <email@hidden>)

  • Prev by Date: Re: Writing large scripts
  • Next by Date: Re: Basic Smile question
  • Previous by thread: FileMaker - open remote file using AppleScript
  • Next by thread: Re: FileMaker - open remote file using AppleScript
  • Index(es):
    • Date
    • Thread