× 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.



I'm guessing you need to issue a clrmsgq to your program queue within your
RPG program.
*- Clear Program Messages API
D QMHRMVPM PR EXTPGM('QMHRMVPM')
D StackEntry 10A const
D StackCount 10I 0 const
D msgKey 4A const
D Messages 10A const
D ErrorCode 32767A options(*varsize)

begsr clearProgramMessages;
msgKey = *blanks;
QMHRMVPM( '*'
: 0
: msgKey
: '*ALL'
: ErrorCode );
endsr;


Paul Therrien
Andeco Software, LLC
225-229-2491
paultherrien@xxxxxxxxxxxxxxxxxx
www.andecosoftware.com


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Hayes, Daniel
Sent: Thursday, May 05, 2016 2:53 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Query Running message

I just posted this same message on the RPG400 list, but thought I would go
ahead and try here as well:

I have an RPG Subfile program that runs a Sequel SQL view, which works fine.
When active it displays on the bottom of the page in the left hand section
Query running. . This is fine when the query is running, but it never goes
away. I even rebuild and redisplay the subfile, but that stinking little
message just stays there harassing my users, and me.

I would appreciate any input.

Daniel E. 'Danny' Hayes
Senior JD Edwards Developer
813 901-2150 x133154
[cid:image001.png@01D1A6DD.D3BB0F50]
9119 Corporate Lake Drive | Tampa Florida 33634 |
www.carecentrix.com<http://www.carecentrix.com/>


________________________________
This communication is intended only for the use of the individual or entity
named as the addressee. It may contain information which is privileged
and/or confidential under applicable law. If you are not the intended
recipient or such recipient's employee or agent, you are hereby notified
that any dissemination, copy or disclosure of this communication is strictly
prohibited. If you have received this communication in error, please
immediately notify CareCentrix Compliance Hot Line at (877) 848-8229 and
notify the sender by electronic mail. Please expunge this communication
without making any copies. Thank you for your cooperation.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.