April 20, 200421 yr So I discovered that if you use FM7 to host a database (not server just FM7) you can perform a save as copy... script even when there are users connected. (This is different than previous versions, which made you disconnect users, unless you have server) Since live unattended backups are the only feature of server that I really need, FM7 may allow me to have this feature without buying FM7 server. With this small applescript tell application "FileMaker Developer" go to window "database" do script "backup" end tell I can call this script from a shell script and place the shell script in my crontab file, subsequently using another script to gzip the backup file and rename it using the date and time in the filename. The question I have relates to the applescript: It seems I have to bring a window from the desired database to the front with the go to window command to use the do script command. I tried to use a syntax like do script "backup" of database "database" but that is incorrect. How do you reference a script name in a particular database without referencing a window? Thanks, Dana FileMaker Version: Dev 7 Platform: Mac OS X Panther
Create an account or sign in to comment