 




<?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: Can removal of window records be prevented when writing to nonwindow record</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 20:55:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Zack</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113109</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Tue, 06 Nov 2012 12:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113109</guid>
		<description><![CDATA[Hi Tom,
Yes we are using both DFRWRT(*YES) and USRRSTDSP. Nonetheless the cascading windows flash. Looks like we&#039;ll remain with our &quot;window&quot; solution for lines 24-27.
Thanks for giving this some thought.
Zack]]></description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Yes we are using both DFRWRT(*YES) and USRRSTDSP. Nonetheless the cascading windows flash. Looks like we&#8217;ll remain with our &#8220;window&#8221; solution for lines 24-27.<br />
Thanks for giving this some thought.<br />
Zack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113105</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 06 Nov 2012 09:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113105</guid>
		<description><![CDATA[The DDS reference says that writing non-window records will erase windows. The Application Display Programming manual implies at one point that it&#039;s possible to have windows remain, but there are no examples. I haven&#039;t seen any examples. Simple tests show that windows are removed.
&#160;
&lt;EM&gt;...perform repeat “write” commands to all the cascading windows after writing the format on line 27 but this causes “flashing” on the screen...&lt;/EM&gt;
&#160;
Are you using DFRWRT(*YES)? And&#160;do you have USRRSTDSP on your window formats?
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>The DDS reference says that writing non-window records will erase windows. The Application Display Programming manual implies at one point that it&#8217;s possible to have windows remain, but there are no examples. I haven&#8217;t seen any examples. Simple tests show that windows are removed.<br />
&nbsp;<br />
<em>&#8230;perform repeat “write” commands to all the cascading windows after writing the format on line 27 but this causes “flashing” on the screen&#8230;</em><br />
&nbsp;<br />
Are you using DFRWRT(*YES)? And&nbsp;do you have USRRSTDSP on your window formats?<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113095</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Tue, 06 Nov 2012 04:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/can-removal-of-window-records-be-prevented-when-writing-to-nonwindow-record/#comment-113095</guid>
		<description><![CDATA[You are more or less correct. The single line is an error msg related to a requested action from within the active window. In answer to your question, we do not display the msg in the window itself due to the size of the window. We have, in fact, found 3 possible solutions, one of which we have adopted, but we are nonetheless curious to know whether it&#039;s possible to do what we have asked as this would have been the best solution. The first solution was to display&#160;the error msg&#160;on line 27 by using *NOMSGLIN and SFLMSG in all the window definitions (any of the cascading windows could become the active window)&#160;but, though this doesn&#039;t erase all the windows, it locks the keyboard&#160;which contradicts our company&#039;s standard for displaying messages, including error msgs. The second solution&#160;was to perform repeat &quot;write&quot; commands to all the cascading windows after writing the format on line 27 but this causes &quot;flashing&quot; on the screen which we also don&#039;t want. The third solution which we have adopted is to&#160;define lines 24-27 as another window, where the top border (line 24) is defined as an underline, on line 25 are listed&#160;the various function keys available, line 26 is&#160;an error msg field and line 27 is the bottom border. The side and bottom borders are defined as blanks. Displaying this &quot;window&quot; does not remove all the windows and we then need only redisplay the active window. ]]></description>
		<content:encoded><![CDATA[<p>You are more or less correct. The single line is an error msg related to a requested action from within the active window. In answer to your question, we do not display the msg in the window itself due to the size of the window. We have, in fact, found 3 possible solutions, one of which we have adopted, but we are nonetheless curious to know whether it&#8217;s possible to do what we have asked as this would have been the best solution. The first solution was to display&nbsp;the error msg&nbsp;on line 27 by using *NOMSGLIN and SFLMSG in all the window definitions (any of the cascading windows could become the active window)&nbsp;but, though this doesn&#8217;t erase all the windows, it locks the keyboard&nbsp;which contradicts our company&#8217;s standard for displaying messages, including error msgs. The second solution&nbsp;was to perform repeat &#8220;write&#8221; commands to all the cascading windows after writing the format on line 27 but this causes &#8220;flashing&#8221; on the screen which we also don&#8217;t want. The third solution which we have adopted is to&nbsp;define lines 24-27 as another window, where the top border (line 24) is defined as an underline, on line 25 are listed&nbsp;the various function keys available, line 26 is&nbsp;an error msg field and line 27 is the bottom border. The side and bottom borders are defined as blanks. Displaying this &#8220;window&#8221; does not remove all the windows and we then need only redisplay the active window. </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 6/9 queries in 0.013 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 22:43:34 -->