RE: FileMaker Pro 10 Find Request
RE: FileMaker Pro 10 Find Request
- Subject: RE: FileMaker Pro 10 Find Request
- From: "Steve Valenti" <email@hidden>
- Date: Thu, 6 May 2010 13:49:32 -0400
- Thread-topic: FileMaker Pro 10 Find Request
Duh…. Don’t see how I missed that. Not having a good day
here.
Thanks,
Steven
Select Enter Find Mode and uncheck the "Pause"
checkbox at the bottom of the Script window.
This will keep the script from pausing during the find
process.
Cheers,
Craig
From: Steve Valenti
Sent: Thursday, May 06, 2010 1:31 PM
To: liste AppleScript US
Subject: RE: FileMaker Pro 10 Find Request
Hi Craig,
I have been working on such an idea. I have AS put what I what
to find in a global field then I made a script in FileMaker like this…
Enter Find mode
SetField[YourField; TableName::GlobalField]
PerformFind[ ]
However the Enter Find Mode pauses the script and I can’t seemed
to find how to get around this.
What is you method???
Thanks,
Steven
On May 6, 2010, at 10:37 AM, Steve Valenti wrote:
How then do I reset the found items so I only have what I
currently searched for?
I have always found "request" to be flaky. I
setup a FMP script that handles the setup
and then have AppleScript insert the search term.
Then use another FMP script to
execute the find. This has been very reliable.
Regards,
Craig
|
_______________________________________________
From: Robert Poland
[mailto:email@hidden]
Sent: Thursday, May 06, 2010 11:50 AM
To: Steve Valenti
Cc: liste AppleScript US
Subject: Re: FileMaker Pro 10 Find Request
Steve,
I'm not into FMP but I'd try to comment out "try"
and "end try" and see what, if any, errors you get.
On May 6, 2010, at 9: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"
set MyRequest to create new request
set cell "NameOfField" of MyRequest to "SomeString"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Robert Poland - Fort Collins, CO
|
_______________________________________________
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