Newbie with very simple question
Newbie with very simple question
- Subject: Newbie with very simple question
- From: Marcello Rodi <email@hidden>
- Date: Tue, 20 Jul 2004 15:30:31 -0400
Hi all,
I used to use an Applescript to open a Filemaker database with a password
and it worked beautifully. The script was like this:
tell application "Filemaker Pro" to activate
delay 5
tell application "Filemaker Pro"
open file "HD:Databases:contacts.fp5" with passwords "XXXXXXXX"
end tell
Now with Filemaker v.7 It needs an Account Name and then needs a password. I
got it to input the name by using "set name to" but I can't figure out how
to jump to the next field in the dialog box and have the password put in
there. Please help. Thanks.
::M::
_______________________________________________
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.