• 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: David Simerly <email@hidden>
  • Date: Thu, 20 Sep 2001 23:04:41 -0700
  • Url: http://www.digital-native.com

on 9/20/01 10:04 PM, Mike Tuller at <email@hidden> wrote:

> 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.

tell application "FileMaker Pro"
-- address command to a specific DB
tell database "Sample05.fp5"
-- show all
show every record
-- delete records matching a certain criteria
delete (every record whose cell "Company" contains "ABC")
end tell
end tell

This information and more is in the Apple Events Reference database that
ships with FMP. HTH.

DS
______________________________________
Digital Native

Your guide through the virtual jungle.
______________________________________

"Courage is resistance to fear, mastery of fear -- not absence of fear."
-- Mark Twain


  • Prev by Date: Re: Delete records in Filemaker
  • Next by Date: Re: OSA weirdness? (was: Is beep a backdoor?)
  • Previous by thread: Re: Delete records in Filemaker
  • Next by thread: RE: Delete Records in FileMaker
  • Index(es):
    • Date
    • Thread