• 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
FileMaker every record whose clause
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FileMaker every record whose clause


  • Subject: FileMaker every record whose clause
  • From: Jason Bourque <email@hidden>
  • Date: Sat, 21 Feb 2004 09:01:35 -0500

Hello,

I am trying to find records in a database that already exist. So I get a
cell "Content" and check to see if a record exists. It should be there
because I got it from the database in the first place.

I will eventually use this to check the database before creating new
records. The cell content can contain a lot of text.


This is the script:

tell application "FileMaker Pro"
tell database 1
set vContent to cell "Content" of current record
every record whose cell "Content" is vContent
end tell
end tell


This is the error I get on the line "every record whose":

FileMaker Pro got an error: Set Data failed. Invalid data was supplied.


Any idea's?

Thanks,

Jason Bourque
_______________________________________________
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.

  • Follow-Ups:
    • Photoshop CS: Switch Documents with Command + Tilde
      • From: Jason Bourque <email@hidden>
    • Re: FileMaker every record whose clause
      • From: Hanaan Rosenthal <email@hidden>
  • Prev by Date: Re: Quicktime Player Movie Script
  • Next by Date: Making bookmarks for Safari
  • Previous by thread: Re: Are there any good QuickTime Player 6 Movie Exporting Examples?
  • Next by thread: Re: FileMaker every record whose clause
  • Index(es):
    • Date
    • Thread