Page 1 of 1
ServerModule - SendFailed
Posted: Mon Aug 14, 2017 11:19 am
by soa
I'd like to pro-grammatically cause a ServerModule to issue a SendFailed. Will issuing an ABORT in the SrvRoutine do this?
Re: ServerModule - SendFailed
Posted: Mon Aug 14, 2017 1:05 pm
by Stewart Marshall
Hi Jim
If the server module fails for any reason e.g. Divide by zero or abort, the Failed event will fire on the client with a ReasonCode of ServerError.
http://docs.lansa.com/14/en/lansa016/PR ... FAILED.htm
Regards
Re: ServerModule - SendFailed
Posted: Mon Aug 14, 2017 2:13 pm
by soa
Thanks, Stewart