Re: Trouble with simple Find in FMP data base
Re: Trouble with simple Find in FMP data base
- Subject: Re: Trouble with simple Find in FMP data base
- From: Gary Lists <email@hidden>
- Date: Fri, 23 Jan 2004 13:44:31 -0500
Andrew Oliver wrote [1/23/04 1:09 PM]:
>
tell application "Filemaker Pro"
>
get every record of database myTable whose cell myCell is myValue
>
end tell
Except 'whose' clauses are broken in some versions (6.x'es) of FM.
They are useful for one's own scripts if the particular version of FM being
used is cool with it. For production on various machines: no.
--
Gary
(But the suggestion to avoid the Find Mode is a good one, and there are
other ways to do that without the 'whose'. So, I hope the OP takes some of
the clues from Andy's post. Especially readin the dictionary as an actual
resource for learning to script FM! :)
_______________________________________________
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.