November 29, 200520 yr I have a script that export a bunch of HTML tables based on various finds I perform. However, some of my find requests don't come up with any results which causes FileMaker to display the "No records match this of found requests" message. This causes the whole script to stop. Is there anyway to bypass this message or avoid encountering it so that even if one find request doesn't find anything the others can continue and I can get my exported tables? Thanks. -Chris Edited November 29, 200520 yr by Guest
November 29, 200520 yr Set the "error capture on" script step at the start of the script. Now you can catch the errors and make your script branch based on it the error.
Create an account or sign in to comment