Re: Opening a password protected file in Filemaker 7
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