RE: FileMaker Pro 10 Find Request
RE: FileMaker Pro 10 Find Request
- Subject: RE: FileMaker Pro 10 Find Request
- From: Oakley Masten <email@hidden>
- Date: Thu, 6 May 2010 13:16:43 -0700 (PDT)
Maybe I don't understand the question but - Why not just use:
tell application "FileMaker Pro"
tell database "NameOfDataBase"
show every record whose cell "NameOfField" is "SomeString"
--or
show every record whose cell "NameOfField" ≠ "SomeString"
end tell
end tell
This works for me just fine
Oakley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden