01-14-2011, 07:32 PM
Hi ,
Well u can use this code:
use this below mentined code after nameing ur function
if u use this code ur runtime error will be locked and ur Execution will not stop for sure.
Regards,
Amit
Well u can use this code:
use this below mentined code after nameing ur function
Code:
public function abc()
on error resume next
some code
.
.
.
at the end use thsi
if err.number<>0
reporter.reportevent micfail, err.number,err.description
else
reporter.reportevent micpass,"None of the Runtime Error occoured"
end if
if u use this code ur runtime error will be locked and ur Execution will not stop for sure.
Regards,
Amit