×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Martin
Thanks for that, I'll take a look although I've managed to get this working
now by moving the call to the API up one level in the call stack. The
message subfile and data queue concept sounds intriguing.
Thanks
Jonathan
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[
mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Martin Rowe
Sent: 06 July 2007 10:02
To: Midrange Systems Technical Discussion
Subject: Re: Sending status messages to program message queue using QMHSNDPM
On 05/07/07, Jonathan Mason <jonathan.mason@xxxxxxxxxxxxxxxx> wrote:
[snip]
Does anybody know if it is possible to have the status messages pop up on
the display while the job is running and what I need to do to achieve it.
Hi Jonathan
I've done a couple of similar projects, though coming at it from a
slightly different angle:
http://www.dbg400.net/cgi-bin/twiki/view/DBG400/ProgressMeter is a
program that send *STATUS messages to *EXT, so no message subfile is
required.
http://www.dbg400.net/samples.html - see the "Subject: "RPGLE: DSPLY,
API QMHSNDPM" thread in the Usenet section - is a CL program that
sends messages to its own message subfile that it collects from a data
queue. The data queue collects messages from a number of programs (on
two systems) and keeps the message subfile positioned to the latest
messages.
Regards, Martin
As an Amazon Associate we earn from qualifying purchases.