 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multiple message subfiles &#8211; one in a window</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-69241</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 20 Oct 2009 05:28:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-69241</guid>
		<description><![CDATA[Without seeing what this does:
&lt;pre&gt;
call &#039;QMHSNDPM&#039; P$sndm
&lt;/pre&gt;
...it&#039;s going to be guesswork. First &lt;i&gt;guess&lt;/i&gt; is that messages aren&#039;t sent correctly.

Tom]]></description>
		<content:encoded><![CDATA[<p>Without seeing what this does:</p>
<pre>
call 'QMHSNDPM' P$sndm
</pre>
<p>&#8230;it&#8217;s going to be guesswork. First <i>guess</i> is that messages aren&#8217;t sent correctly.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabbycat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49283</link>
		<dc:creator>tabbycat</dc:creator>
		<pubDate>Wed, 16 Mar 2005 11:23:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-49283</guid>
		<description><![CDATA[Here&#039;s the logic for my ClrMsg subrtn. I pass it the pgmq
and key for the window msgsfl and it always occurs AFTER 
the write of the screen:
ClrMsg        begsr
              call      &#039;QMHRMVPM&#039;    P$clrm
              endsr
]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s the logic for my ClrMsg subrtn. I pass it the pgmq<br />
and key for the window msgsfl and it always occurs AFTER<br />
the write of the screen:<br />
ClrMsg        begsr<br />
              call      &#8216;QMHRMVPM&#8217;    P$clrm<br />
              endsr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: askdave</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49284</link>
		<dc:creator>askdave</dc:creator>
		<pubDate>Wed, 16 Mar 2005 11:11:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-49284</guid>
		<description><![CDATA[Does your ClrMsg routine by any chance do a write the message control record on the main screen? After the EXFMT for the window, you must be careful to only refer to formats that are within the window. I have a separate clear routine that I use for each different window that contains a message subfile. ]]></description>
		<content:encoded><![CDATA[<p>Does your ClrMsg routine by any chance do a write the message control record on the main screen? After the EXFMT for the window, you must be careful to only refer to formats that are within the window. I have a separate clear routine that I use for each different window that contains a message subfile. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabbycat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49285</link>
		<dc:creator>tabbycat</dc:creator>
		<pubDate>Wed, 16 Mar 2005 10:32:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-49285</guid>
		<description><![CDATA[Yes it&#039;s there. I may have missed it when copying things. The window&#039;s keywords are
WINDOW(3 20 17 35)
CF03 
CF12
OVERLAY
RMVWDW]]></description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s there. I may have missed it when copying things. The window&#8217;s keywords are<br />
WINDOW(3 20 17 35)<br />
CF03<br />
CF12<br />
OVERLAY<br />
RMVWDW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thequigs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49286</link>
		<dc:creator>thequigs</dc:creator>
		<pubDate>Tue, 15 Mar 2005 20:35:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-49286</guid>
		<description><![CDATA[I don&#039;t see it in your post, but do you have an &#039;OVERLAY&#039; keyword on the STATICW record?  If not, the message subfile will be erased from the screen with your EXFMT STATICW.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t see it in your post, but do you have an &#8216;OVERLAY&#8217; keyword on the STATICW record?  If not, the message subfile will be erased from the screen with your EXFMT STATICW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabbycat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49287</link>
		<dc:creator>tabbycat</dc:creator>
		<pubDate>Tue, 15 Mar 2005 10:08:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-49287</guid>
		<description><![CDATA[My window STATICW contain the static data and the function keys. It&#039;s also the window that the msgsfl is &quot;based on&quot;. 
These are the steps I take to display - 
Write staticw
Write msgctlw
exftm staticw

Am I missing something?]]></description>
		<content:encoded><![CDATA[<p>My window STATICW contain the static data and the function keys. It&#8217;s also the window that the msgsfl is &#8220;based on&#8221;.<br />
These are the steps I take to display &#8211;<br />
Write staticw<br />
Write msgctlw<br />
exftm staticw</p>
<p>Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scubablue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-message-subfiles-one-in-a-window/#comment-49288</link>
		<dc:creator>scubablue</dc:creator>
		<pubDate>Tue, 15 Mar 2005 04:49:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-49288</guid>
		<description><![CDATA[Sorry...didn&#039;t see it there before..I&#039;m blind to non-green!
OK..just reminded myself of how I achieve it. 
Do you have a skeleton or based on window..if so:
I write the skeleton window first, followed by function keys format, followed by the message subfile, followed by an EXFMT to the window data as follows;
Write     Scr02w  (skeleton window format)
Write     Keys04   (function keys) 
Write     Messages2 (message subfile in window)
Exfmt     ConfrmA   (window static data..)
Exsr      SR_Clr_Msgqw
This works fine for me.]]></description>
		<content:encoded><![CDATA[<p>Sorry&#8230;didn&#8217;t see it there before..I&#8217;m blind to non-green!<br />
OK..just reminded myself of how I achieve it.<br />
Do you have a skeleton or based on window..if so:<br />
I write the skeleton window first, followed by function keys format, followed by the message subfile, followed by an EXFMT to the window data as follows;<br />
Write     Scr02w  (skeleton window format)<br />
Write     Keys04   (function keys)<br />
Write     Messages2 (message subfile in window)<br />
Exfmt     ConfrmA   (window static data..)<br />
Exsr      SR_Clr_Msgqw<br />
This works fine for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.032 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 17:14:55 -->