|
For the first time I'm writing a (non-service) program in all procedures. I have a situation where I Monitor for an error. When the error occurs, I want to send a message and then terminate the program. But... how do I terminate the program from within a sub-procedure? I'm used to doing a *InLR = *On; Return; from the main procedure. But doing that in a subprocedure simply returns control to the caller. Do I need to code an exit path in? ie. procedureCall( parm ); If not *InLR; continue normal code. EndIf; I'd hate to have to do this after every procedure call that has a Monitor in it. Kurt Anderson Application Developer Highsmith Inc. W5527 State Road 106, P.O. Box 800 Fort Atkinson, WI 53538-0800 TEL (920) 563-9571 FAX (920) 563-7395 EMAIL kjanderson@xxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.