Re: Odd Record Creation Duplication in FM from Entourage
Re: Odd Record Creation Duplication in FM from Entourage
- Subject: Re: Odd Record Creation Duplication in FM from Entourage
- From: ehsan saffari <email@hidden>
- Date: Sun, 05 Jan 2003 17:00:47 -0600
All I can see wrong with your script is that it does not refer any db or
doc, so try running this from within Entourage and see if the double
record creation still happens:
tell application "Filemaker Pro"
tell database 1
go to (create new record)
end tell
end tell
cheers
ehsan
_______________________________________________
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.