10-25-2013 06:10 AM
HOw DO i Prevent this pop up... i'm using errchk but still it overides it ... i'm a beginner ...plz help
if error occurs i want to handle , i don't want it to show the whole world
Solved! Go to Solution.
10-25-2013 07:09 AM
Popup error messages on library errors can be prevented by unchecking Run >> Set Break On >> Library errors menu option. This is valid for the whole project.
If you want to hide the error only on a particular section of code you can embed it into a pair of SetBreakOnLibraryErrors () calls; see the help for this function for an explanation.