• 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 a password protected file in Filemaker 7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Opening a password protected file in Filemaker 7


  • Subject: Re: Opening a password protected file in Filemaker 7
  • From: Matthew Smith <email@hidden>
  • Date: Thu, 10 Nov 2005 10:24:51 +1100
  • Thread-topic: Opening a password protected file in Filemaker 7

Title: Re: Opening a password protected file in Filemaker 7
On 10/11/2005 10:17, "email@hidden" <email@hidden> wrote:

Hello!
My only experience with Applescript is a script I put together a few years ago to open Filemaker 5.5 files and put in the password. My company has migrated to Filemaker 7, and of course my script doesn't work any more.

I found this in the library:

open: Open an object
    open  reference  -- The object to open
        [with passwords  string]  -- The password to use
        [for Accounts  string]  -- The account name

But I seem to be missing, (or misunderstanding?) something.

I have this:

tell application "Filemaker Pro"
    activate
    tell application "Filemaker Pro"
    open (choose file) with password "12345" for Accounts "Admin"
    end tell
end tell

but it won't compile, and I get this error message:
Expected “given”, “with”, “without”, other parameter name, etc. but found “.
(and the " just before the password number is highlighted).

I appreciate any help/advice you can offer!  thanks very much!

The word is passwords, not password.

--
Matthew Smith
email@hidden
T: +61 412 088 604

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Opening a password protected file in Filemaker 7 (From: email@hidden)

  • Prev by Date: Re: Who has that property?
  • Next by Date: Re: Photoshop Channels help
  • Previous by thread: Opening a password protected file in Filemaker 7
  • Next by thread: Re: Opening a password protected file in Filemaker 7
  • Index(es):
    • Date
    • Thread