|
>From: "Chris Devous" <cdevous@antigua.com> >Date: Fri, 22 Feb 2002 09:25:20 -0700 > ... >Shouldn't the following code send a message to my screen? The >message appears on the joblog when I look at >dspjoblog/detailed messages, but not on the screen... > >Eval MsgTxt = "The message I want to send" >reset KeyVal >callp SndPgmMsg('CPF9898': > ... > '*INFO': > '*': > 1: > ... >No error occurs in the program or procedure. > >"The message I want to send" never appears on screen. > >"The message I want to send" does appear in dspjoblog/detailed >messages. Chris, you're sending an Information message. This type of message only goes to the joblog, and can't be monitored. If you want it to behave like an exception, use '*ESCAPE' instead of '*INFO'. If you want it to show up at the bottom of the screen (like a progress message), use '*STATUS'. If you want it to go to the program-messages screen, use '*EXT' instead of '*' for the program queue, and maybe 0 for the stack offset. Barbara Morris
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.