• 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: Scripting FileMaker in X vs 9?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting FileMaker in X vs 9?


  • Subject: Re: Scripting FileMaker in X vs 9?
  • From: JoePostscript <email@hidden>
  • Date: Fri, 01 Mar 2002 15:28:52 -0500

Fraser wrote:

> Can anyone suggest how to open a database in X? Provided the database is in
> the same folder, open file "News" works in 9 but not X. I tried specifying
> a posix path and using "database" rather than "file" without success. Any
> ideas?

Fraser,

Try this. Was working in 9 & X you should still be able to
open a DB as an alias if you build your path right and in a way
that it will work in 9 or X. You could do a path to me as string
then strip off the name of the script itself and insert the name of
the DB.

tell application "FileMaker Pro"
activate
tell database "AllMyStuff"
with timeout of 30000 seconds
show window 1
end timeout
end tell
end tell

--
Joe Postscript...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Scripting FileMaker in X vs 9?
      • From: Fraser <email@hidden>
References: 
 >Scripting FileMaker in X vs 9? (From: Fraser <email@hidden>)

  • Prev by Date: RE: Wind Chill (corrected & full)
  • Next by Date: Re: Hiding OE's window
  • Previous by thread: Scripting FileMaker in X vs 9?
  • Next by thread: Re: Scripting FileMaker in X vs 9?
  • Index(es):
    • Date
    • Thread