FileMaker Pro 10 Find Request
FileMaker Pro 10 Find Request
- Subject: FileMaker Pro 10 Find Request
- From: "Steve Valenti" <email@hidden>
- Date: Thu, 6 May 2010 11:42:28 -0400
- Thread-topic: FileMaker Pro 10 Find Request
When I run this script and change the “SomeString”
it adds to the found records so that I have my last search and the current
search. Should not the delete every request reset my found records???
tell application "FileMaker Pro"
tell
database
"NameOfDataBase"
show every record
try
delete every request
end
try
set
MyRequest to create new request
set
cell "NameOfField"
of MyRequest to
"SomeString"
go to (find)
end tell
end tell
|
_______________________________________________
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