August 23, 200718 yr Newbies Hey, I've built a search script with stored criteria, I just don't know how to suppress the error message when there are no valid results. I know how to display a custom dialog (via: If (get record count) = "0", then display dialog/exit script etc), But that only pops up AFTER I get the annoying alert with the three options that can override my script! Any ideas? Thanks for the help.
August 23, 200718 yr Try If[Get(Last Error)=401] Show Custom Message. Make sure Set Error Capture is ON. Michael Edited August 23, 200718 yr by Guest
Create an account or sign in to comment