Filemaker Pro 7 How to get cell contents.
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.