<?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"
	>
<channel>
	<title>Comments on: AS/400 programming - Field Exit query</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/</link>
	<description></description>
	<pubDate>Sun, 29 Nov 2009 03:16:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Vatchy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65910</link>
		<dc:creator>Vatchy</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:13:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-65910</guid>
		<description>In my experience, if you have a numeric field and you type in a few numbers - left justified just like text - and don't press Field-Exit then you will get a number with trailing zeros instead of leading zeros.  IOW, you will get 534200000 instead of 000005342.</description>
		<content:encoded><![CDATA[<p>In my experience, if you have a numeric field and you type in a few numbers - left justified just like text - and don&#8217;t press Field-Exit then you will get a number with trailing zeros instead of leading zeros.  IOW, you will get 534200000 instead of 000005342.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YuVa47</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65904</link>
		<dc:creator>YuVa47</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-65904</guid>
		<description>Splat,

so what is the difference to use field exit or tab? The user have to hit some key anyway. If you want to use tab is OK, but then you have to take care of the field allignement in your program.</description>
		<content:encoded><![CDATA[<p>Splat,</p>
<p>so what is the difference to use field exit or tab? The user have to hit some key anyway. If you want to use tab is OK, but then you have to take care of the field allignement in your program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65858</link>
		<dc:creator>Splat</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:00:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-65858</guid>
		<description>Wilson,

In my experience the users don't really care if the data is aligned on entry, just when it's re-displayed.

My main objection to CHECK(RZ) / CHECK(RB) is that they require a field exit key be used, which can be a pain.

I agree that presentation is important (something too few developers take into account), but I also prefer to minimise the amount of work necessary.</description>
		<content:encoded><![CDATA[<p>Wilson,</p>
<p>In my experience the users don&#8217;t really care if the data is aligned on entry, just when it&#8217;s re-displayed.</p>
<p>My main objection to CHECK(RZ) / CHECK(RB) is that they require a field exit key be used, which can be a pain.</p>
<p>I agree that presentation is important (something too few developers take into account), but I also prefer to minimise the amount of work necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WilsonAlano</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65710</link>
		<dc:creator>WilsonAlano</dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:00:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-65710</guid>
		<description>Splat,

Field exit key does not generate overhead because it's managed by the emulator/controller and system does not receives any data or command when you use it. And visual effect is very important!

Wilson</description>
		<content:encoded><![CDATA[<p>Splat,</p>
<p>Field exit key does not generate overhead because it&#8217;s managed by the emulator/controller and system does not receives any data or command when you use it. And visual effect is very important!</p>
<p>Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65696</link>
		<dc:creator>Splat</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:18:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-65696</guid>
		<description>The only thing a field exit key gets you on numeric input is a visual before you press Enter.  Otherwise it's just more overhead.  The system will perform decimal alignment on the numeric input in the input buffer whether CHECK(RZ) / CHECK(RB) are specified or no.</description>
		<content:encoded><![CDATA[<p>The only thing a field exit key gets you on numeric input is a visual before you press Enter.  Otherwise it&#8217;s just more overhead.  The system will perform decimal alignment on the numeric input in the input buffer whether CHECK(RZ) / CHECK(RB) are specified or no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeslieL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65623</link>
		<dc:creator>LeslieL</dc:creator>
		<pubDate>Thu, 16 Jul 2009 14:39:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-65623</guid>
		<description>Another consideration is that field exit turns on the modified data tag of the field while tab does not.  Of course, if you enter data and tab, the MDT is turned on as well.</description>
		<content:encoded><![CDATA[<p>Another consideration is that field exit turns on the modified data tag of the field while tab does not.  Of course, if you enter data and tab, the MDT is turned on as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WilsonAlano</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65570</link>
		<dc:creator>WilsonAlano</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:32:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-65570</guid>
		<description>Just for info, we use "field exit" on all our green screen and we use JScript to align fields on web pages to help readability. 

Wilson</description>
		<content:encoded><![CDATA[<p>Just for info, we use &#8220;field exit&#8221; on all our green screen and we use JScript to align fields on web pages to help readability. </p>
<p>Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WilsonAlano</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65568</link>
		<dc:creator>WilsonAlano</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:30:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-65568</guid>
		<description>Fields are not aligned on entry without exit field key, they will be on output with format (edit code or edit word). IMHO, visually talking, exit field key can help users a lot.

Wilson</description>
		<content:encoded><![CDATA[<p>Fields are not aligned on entry without exit field key, they will be on output with format (edit code or edit word). IMHO, visually talking, exit field key can help users a lot.</p>
<p>Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/field-exit-query/#comment-65546</link>
		<dc:creator>Splat</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:08:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-65546</guid>
		<description>Why bother with requiring a field exit?  The system will align the data in the field whether you require a CHECK(RZ) / CHECK(RB) or not, and data entry isn't really improved by requiring it.</description>
		<content:encoded><![CDATA[<p>Why bother with requiring a field exit?  The system will align the data in the field whether you require a CHECK(RZ) / CHECK(RB) or not, and data entry isn&#8217;t really improved by requiring it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->