× 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 am assuming you have a message subfile in the display file.
Is that true?

Paul


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Hayes, Daniel
Sent: Thursday, May 05, 2016 4:52 PM
To: Midrange Systems Technical Discussion
Subject: RE: Query Running message **External Email**

Paul,

I tried several iterations of the API, when I used yours the program did not
recognize the fields defined here.

So I found a program calling this API and copied it in and left it in fixed
format:
sRmvMsg BEGSR

c eval #Msgkey = *blanks
c eval #MsgQ = '*'
c eval #MsgStk = 0
c eval #MsgKey = ' '
c eval #MsgRmv = '*ALL'

c call 'QMHRMVPM'
c parm #MsgQ
c parm #MsgStk
c parm #MsgKey
c parm #MsgRmv
c parm #MsgErr

c eval #MsgStk = 0
c eval #MsgCnt = 0

c ENDSR

When I ran the message was still down there on my screen. Did I blow
something here that caused it to not do what I want?

Thanks for your input,
Danny Hayes | Sr JDE Developer - IT | 813 901-2150 x133154


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
paultherrien@xxxxxxxxxxxxxxxxxx
Sent: Thursday, May 05, 2016 3:04 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: Query Running message **External Email**

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.

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


----------------------------------------------------------------------------
--

This message was received from an address external to CareCentrix. If PHI
or otherwise sensitive data is being requested via a reply, please verify
via a means other than email that the request is valid. If you have
concerns or questions, please escalate to your supervisor as soon as
possible. Your local Business-Technology team is also available to help. If
you suspect a compliance or ethical issue, please report it promptly to the
Compliance Hotline at 877-848-8229 or via e mail at
compliance@xxxxxxxxxxxxxxx


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

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.