Subject | Re: [IBO] Delete problem in Multi-User environment |
---|---|
Author | Helen Borrie |
Post date | 2003-07-17T13:28:55Z |
At 12:46 PM 17/07/2003 +0000, you wrote:
the AV?
1) you are not even getting to the point of submitting the DELETE request
or 2) the error is being swallowed.
It doesn't sound right to me, somehow. I suggest picking up the
EIB_Dataset exception Msg in the OnPostError event and calling
SysUtils.Abort. Could you try doing that, to see whether it handles the
problem?
Unfortunately, Jason will not be likely to watch the list for a few days,
as there has been a sudden death of a close family member today.
Helen
> > I don't understand why it doesn't trigger a TIB_ISCError. Is thisOK, but you said user B was getting an AV. So what message appears with
>the only
> > error that you see?
>
>Yes... That's the Only Error.
the AV?
> > How do you know they are not triggered?OnError gets fired if there is an API exception. But it seems that either
>
>Because I implemented them. When I debug the IB source it seems like
>the Event is not assigned, so it just raises the Exception.
>I just did a ShowMessage on the OnError Event, but it never gets
>fired.
1) you are not even getting to the point of submitting the DELETE request
or 2) the error is being swallowed.
It doesn't sound right to me, somehow. I suggest picking up the
EIB_Dataset exception Msg in the OnPostError event and calling
SysUtils.Abort. Could you try doing that, to see whether it handles the
problem?
Unfortunately, Jason will not be likely to watch the list for a few days,
as there has been a sudden death of a close family member today.
Helen