• 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 Pro 7 How to get cell contents.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Filemaker Pro 7 How to get cell contents.


  • Subject: Filemaker Pro 7 How to get cell contents.
  • From: Jeremy Sellors <email@hidden>
  • Date: Wed, 23 Jun 2004 13:26:40 -0700

I am trying to get the contents of the FileMaker 7 cells as a list but it errors with "object not found".
How do you get the contents of a cell? Mac OS 10.2.8

set listFrom to {}

tell application "FileMaker Pro.app:"
activate
tell table "Insertion Orders" of document 1
set listFrom to {cell "Combined Class Heading", cell "Classified text", cell "ClassifiedAd Number Plus isNew", cell "Classified picture IsEmpty"} of every record
end tell
end tell
set Record_CounT to count of every item of item 1 of listFrom
Thanks __Jeremy
_______________________________________________
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.


  • Prev by Date: Re: "double tell" / "using terms from" not working?
  • Next by Date: Re: Read resource forks wit applescript
  • Previous by thread: OSErr -10814
  • Next by thread: Re: Filemaker Pro 7 How to get cell contents.
  • Index(es):
    • Date
    • Thread