If a run-time error occus in a VB6 app, does this mean Error handling has been turned off?
- by Craig Johnston
If a run-time error occur in a VB6 app, does this mean Error handling has been turned off by use of the On Error Goto 0 statement?
Can this assumption be made? Or are there are other circumstances in which a run-time error could occur?
If an error has been handled by either a Resume Next or a Goto then surely a run-time error would not occur. True or False?