Re: FileMaker Pro 10 Find Request
Re: FileMaker Pro 10 Find Request
- Subject: Re: FileMaker Pro 10 Find Request
- From: Bruce Robertson <email@hidden>
- Date: Thu, 6 May 2010 09:33:51 -0700
No.
On May 6, 2010, at 8:42 AM, Steve Valenti wrote:
> 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