Re: Delete Records in FileMaker
Re: Delete Records in FileMaker
- Subject: Re: Delete Records in FileMaker
- From: Matthew Broms <email@hidden>
- Date: Fri, 21 Sep 2001 09:28:00 -0400
For future reference, within the Filemaker Pro Folder where the application
resides is a sub-folder called FileMaker and Apple Events. This folder
contains a good number of syntax examples, simple scripts, and other
reference material that I have found quite useful in figuring out how AS can
interact with Filemaker.
Matt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
From: Eric Schult <email@hidden>
>
Date: Fri, 21 Sep 2001 07:57:59 -0500
>
To: <email@hidden>, <email@hidden>
>
Subject: RE: Delete Records in FileMaker
>
>
> I want to delete records in a filemaker database that contain certain
>
> information in a particular cell. Can anyone give me some direction on how
>
> to do this? I can't find any examples of this on the web.
>
>
Something like this should do the trick:
>
>
tell application "FileMaker Pro"
>
tell database "dbase name"
>
delete (every record whose cell "fieldName" contains "fieldContents")
>
end tell
>
end tell
>
>
- WES
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users