February 13, 200718 yr I have created a script to do a search but when it cannot find the requirements from the search it comes up with a message saying "No Records match this set of find requests" And gives me the option to Cancel, Continue or Modify Find. Is there a script that I can add to my search or to place have that search script, that it would cancel when it shows this message?
February 13, 200718 yr Set Error Capture[on] Allow User Abort[off] Enter Find Mode[] SetField[ x ; value y ] Perform Find[] If[ Get( LastError ) <> 0 ] Do whatever you want here if no records were returned. End If
Create an account or sign in to comment