Re: Scripting FMP find
Re: Scripting FMP find
- Subject: Re: Scripting FMP find
- From: dave dowling <email@hidden>
- Date: Fri, 26 Apr 2002 13:24:14 -0400
Eric,
you can specify your FMPro find from AppleScript in the following
manner:
tell application "FileMaker Pro"
show every record in database "myDatabase.fp5" whose cell
"myFieldName" contains "myTextToFind"
show every record in database "myDatabase.fp5" whose cell
"myNumberField" > 10
show every record in database "myDatabase.fp5" whose cell
"myDateField" < "01/01/2001"
end tell
hope this helps.
On Friday, April 26, 2002, at 12:53 PM, Eric Phillips wrote:
Does anyone know if I can define a search criteria in a script in
FMP 5. I can change to the Find Mode and execute a find but I
can't find a way to define what criteria I want to find in the
script.
Eric
_______________________________________________
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.
thanks.
dave dowling
free at last! how i found peace with God:
http://www.davedowling.com/steps.html
_______________________________________________
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.