do service.OnProcessInput(pInput,.pOutpt)You are not supposed to call the OnProcessInput() callback method directly, instead the ProcessInput() method should be called.
Sometime calling OnProcessInput() works, sometimes create problems.
I think InterSystems should have made OnProcessInput() [private] as most of the callback methods (like %OnNew() for instance).
Enrico
- Log in to post comments