Curtis_B Posted July 13, 2006 Posted July 13, 2006 Does anyone know how to get rid of the 'no found records' dialogue box? I hate the fact that my employees can (and do) press cancel when they need to be continuing the script that is running. thanks
Raybaudi Posted July 13, 2006 Posted July 13, 2006 Hi Set Error Cature [on] ... is the script STEP that you' ll need !
IdealData Posted July 14, 2006 Posted July 14, 2006 With error trapping set to on (as above) you must also catch the error code as it happens, so immediately after the continue (of Find), you need If [status(CurrentError) <> 0] DO TRAPPED ERROR HERE Else CONTINUE End If
Recommended Posts
This topic is 6706 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now