March 27, 200223 yr HI all - I have a script that I want it to exit if the find does not find anything. Here is the basics of my script: Set Error Capture (on) Show All Records Go to Layout Enter Find (find criteria is entered here) Perform Find If (Status (currenterror) = 401 Exit Script Else Go to first record (starts loop) does loop stuff go to next record (exit after last) end loop end if exit script The script is just going into the loop if the script does not find any matches - it is not exiting. What am I missing. Also - just a side - can a Sort script step - make your loop go around in circles on the same record? Thanks for the help
March 27, 200223 yr Author Well - Nevermind I took a couple pause steps out that I had in for testing and it seems to be okay for the moment. Thanks
Create an account or sign in to comment