• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Delete Records in FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >RE: Delete Records in FileMaker (From: Eric Schult <email@hidden>)

  • Prev by Date: RE: Delete Records in FileMaker
  • Next by Date: Re: applescript-users digest, Vol 2 #1092 - 6 msgs
  • Previous by thread: RE: Delete Records in FileMaker
  • Next by thread: selected text
  • Index(es):
    • Date
    • Thread