FM script does not work in OS X
FM script does not work in OS X
- Subject: FM script does not work in OS X
- From: email@hidden (Gerd)
- Date: Sun, 24 Mar 2002 02:48:42 +0100
Hallo,
i run following script under OS 9 and FM Pro 5.0 without problems. And
now under OS X and FM Pro 5.5 the script always stops with the error:
'object not found' and the line 'tell database Adressen' is highlighted.
repeat
tell application "FileMaker Pro"
activate
tell database "Adressen"
tell layout "Adressen1"
delete every request
end tell
end tell
end tell
end repeat
Does anybody know the reason ?
Gerd
_______________________________________________
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.