Fwd: Accessing FMP with a password?
Fwd: Accessing FMP with a password?
- Subject: Fwd: Accessing FMP with a password?
- From: John McAdams <email@hidden>
- Date: Tue, 8 Apr 2003 18:57:18 -0400
Here's a little more syntax on that:
set the_path to (path to "cusr") as string
set the_database to the_path & "Desktop:Test.fp5" as string
tell application "FileMaker Pro"
activate
open file the_database with password "itworks"
end tell
On Tuesday, Apr 8, 2003, at 16:16 America/New_York, David Graham wrote:
>
On Tuesday, April 8, 2003, at 09:23 AM, Mario Kolaszewski wrote:
>
>
> Is it possible to access a FMP database protected with a password,
>
> using AS?
>
>
Yes.
>
>
--
>
>
david m graham
>
619.322.9698
>
http://homepage.mac.com/davidgraham/
>
_______________________________________________
>
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.
_______________________________________________
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.