May 21, 200421 yr Newbies Hello all, I'm new to these parts, but old to filemaker. I have a script which searches for sales based on multiple criteria. Assuming all goes well, the script searches in my sales history database based on the find criteria and populates a field with the answer. When there are no sales based on the criteria, I get an error message. Until I answer the error message, the script won't continue. Is there a way to get filemaker to automatically answer the "search criteria not found" error message so it will move on to the next record? (I'm doing this using a loop) Thanks in advance to anyone who can offer advice!
May 21, 200421 yr Add Set Error Capture [On] at the beginning of the script or before the Perform Find step.
Create an account or sign in to comment