Re: multi-user to single user sharing
Re: multi-user to single user sharing
- Subject: Re: multi-user to single user sharing
- From: Jean-Marie Hoornaert <email@hidden>
- Date: Wed, 10 Jul 2002 17:54:18 +0200
Le mercredi 10 juillet 2002 a 8:28, Diana Melody a ecrit :
>
All I have so far is trying the first file with the following:
>
>
tell app "Filemaker Pro"
>
open file "file" with password "password"
>
do script "setToSingleUserMode"
>
end tell
I use this :
tell application "FileMaker Pro"
with timeout of 3600 seconds
set nbdatabases to count of databases
repeat with i from 1 to nbdatabases
set multiuser of database i to FALSE
end repeat
end timeout
end tell
All the open databases will be set to single-user.
Must be modified to use "open with password"
--
French is my first language, Dutch my second and ...
AppleScript my third.
Cordialement (cordially)
____________________
Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
email@hidden
http://www.h2o.be
Newsletter : email@hidden?subject=abonnement_h2o
AppleScripting FileMaker
French web site
_______________________________________________
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.