03-30-2009, 12:40 PM
hi rachana,
Infact as far as predictability of Errors are concerned, below are the 2 ways for proceeding:
1) For predictable Run Time Errors :
we should go for "On Error Resume next" & "Err" object
2) For Unpredictable Errors :
such as Third Party Pop ups(Printer Out of paper,etc..)
We should go for Recovery Scenario
Infact as far as predictability of Errors are concerned, below are the 2 ways for proceeding:
1) For predictable Run Time Errors :
we should go for "On Error Resume next" & "Err" object
2) For Unpredictable Errors :
such as Third Party Pop ups(Printer Out of paper,etc..)
We should go for Recovery Scenario