Hi Everyone! We have the following code to autocheck one of our databases:
=====begin set error var evar autochk global set var e1 = .evar if e1 > 53 and e1 <> 456 then write .e1 at 2,1 pause write "AutoChk found errors in the database, press any key to exit..." =====end But in a recent post, someone had something similar but trapped for if the error code was greater than 40. Is there a list or does anyone know which error codes need to be trapped? Thank you!

