• 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: Opening Filemaker Pro files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Opening Filemaker Pro files


  • Subject: Re: Opening Filemaker Pro files
  • From: Pier Kuipers <email@hidden>
  • Date: Tue, 2 Jan 2001 20:27:36 +0000

Sorry if I didn't make myself clear. I have no problems using the AS "open" event in FMP, the problem only arises when the file resides on a remote server and I need to access it via TCP/IP. In FMPro one would use the "hosts" dialog and specify the IP address, but how is this done in AS??
Pier.

tell application "FileMaker Pro"
activate
open file "name.fp5" with password "password"
end tell


-- hcir
mailto:email@hidden

It seems like such a simple thing to do: a script that opens a FMPro
database residing on a remote server via TCP/IP.
I have tried things like

tell application "FileMaker Pro"
open ["Database.fp3 (10.10.10.10)"] with password ""
end tell

and

tell application "FileMaker Pro"
open file "10.10.10.10:Database.fp3" with password ""
> end tell
>
> and loads of variations to this theme, but nothing works. What am I
> doing wrong?

--
Pier Kuipers
Visual ID
* the Media Asset Management solution *

2 Whitefriars
Aungier Street
Dublin 2
Tel. +353 1 476 7059
Fax +353 1 478 1366
ISDN +353 1 602 0754

http://www.visualid.com


References: 
 >Re: Opening Filemaker Pro files (From: Yosemite <email@hidden>)

  • Prev by Date: Re: More about Records
  • Next by Date: records, a reference to, and the top level scope!
  • Previous by thread: Re: Opening Filemaker Pro files
  • Next by thread: Re: Opening Filemaker Pro files
  • Index(es):
    • Date
    • Thread