
Err.Raise doen not work in the following scenario
Quote:
> I have a UI client that calls MTS objects installed in an MTS package. To
> test err.raise I raised with the following
> code :
> dim x as integer
> x = 12/0
> Hoping to raise error through my error handler - I am able to successfully
> write to EventViewer, but can not raise the error, and I do not get any
info
> while viewing from the VB Client (Form app)
> Any info on this behaviour...
> thank you