KfR
August 12th, 1999, 05:29 AM
A class method Toto call Err.Raise ... .
In my project, i have an object of this class and i call the Toto method :
on error Goto Label
Obj.Toto ...
[...]
Label:
When i call Toto, and when an error occurs, the execution continues, and there's no jump to my Label.
What's the solution ?
Thanks !
<KfR>
In my project, i have an object of this class and i call the Toto method :
on error Goto Label
Obj.Toto ...
[...]
Label:
When i call Toto, and when an error occurs, the execution continues, and there's no jump to my Label.
What's the solution ?
Thanks !
<KfR>