HiredGun79 Posted July 29, 2005 Posted July 29, 2005 Hello, I have a script that performs a find then has an if - else statement based on the number of found records. It is perfectly reasonable to expect to not have any find results - The script is supposed to locate search terms with no results and perform an action based on that information. The problem I have is that Filemaker keeps popping me out of the script and asks me if I want to modify the find since there were no results. I am forced to sit and click "continue, continue, continue" over and over again. . . Of course, this is tedious and I feel like there must be some way to suppress this popup window. . or perhaps another way to perform this find. . Any help would be great! Thanks.
SteveB Posted July 29, 2005 Posted July 29, 2005 Use 'Set Error Capture (ON)' before you execute the Find (or at the top of the script). Then FM won't display the message, and your script can control what to do next. Steve
Recommended Posts
This topic is 7405 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now