<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Charlie LaBaw | Activity</title>
	<link>https://clovertech.infor.com/members/charlie-labaw/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/charlie-labaw/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Charlie LaBaw.</description>
	<lastBuildDate>Fri, 24 Apr 2026 20:42:33 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">3d9b9a6f4f1624c0415aa965af431180</guid>
				<title>Charlie LaBaw replied to the topic Replace HL7 escape sequence .sk+n with n spaces in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/replace-hl7-escape-sequence-skn-with-n-spaces/#post-78332</link>
				<pubDate>Fri, 26 Apr 2013 16:09:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>regexp &#8212; {.sk+(d)} $a b1 b2<br />
regsub -all &#8212; {.sk+(d)} $a [string repeat &#8220;A&#8221; $b2] c</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bfc85ae463a024d92d89b6eccf3f9b8d</guid>
				<title>Charlie LaBaw replied to the topic Repeating field getting cut off in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/repeating-field-getting-cut-off/#post-75709</link>
				<pubDate>Thu, 22 Dec 2011 17:19:44 -0500</pubDate>

									<content:encoded><![CDATA[<p>For your outbound variant, make sure the &#8220;Repeats&#8221; value for the field on the segments tab is set to the desired value.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5272415134c9ecae63e50db43c41b6bd</guid>
				<title>Charlie LaBaw replied to the topic Dates in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/dates/#post-74061</link>
				<pubDate>Tue, 12 Apr 2011 15:51:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here is how I have been able to work with the date. This is a Pre-proc in a copy statement.</p>
<p>set date [clock format [clock scan today] -format %Y-%m-%d]<br />
set xlateOutVals [lindex</p>
<ul>
0]</ul>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">89368598208512d667862f2fb38b59a2</guid>
				<title>Charlie LaBaw replied to the topic Installing Cloverleaf 5.6 on Windows 7 (x64) in the forum Operating Systems</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/installing-cloverleaf-5-6-on-windows-7-x64/#post-70132</link>
				<pubDate>Thu, 11 Feb 2010 14:01:42 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is what I did to get the 5.7 Rev 1 client running on a Windows 7 Enterprise 32-bit PC.</p>
<p>1. copied the 5.7 client CD to the local hard drive<br />
2. right clicked setup.exe and changed the compatibility mode to XP SP3<br />
3. right clicked setup.exe and ran as administrator, installation ran normally with no errors<br />
4. manually copied the Rev 1 files to&hellip;<span class="activity-read-more" id="activity-read-more-14515"><a href="https://usspvlclovertch2.infor.com/forums/topic/installing-cloverleaf-5-6-on-windows-7-x64/#post-70132" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4c8d33a01dd43fba50bb08f0b93877ce</guid>
				<title>Charlie LaBaw replied to the topic Installing Cloverleaf 5.6 on Windows 7 (x64) in the forum Operating Systems</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/installing-cloverleaf-5-6-on-windows-7-x64/#post-70125</link>
				<pubDate>Mon, 01 Feb 2010 13:12:54 -0500</pubDate>

									<content:encoded><![CDATA[<p>I was able to install the 5.7 client on a Windows 7 (Enterprise edition) PC by using the XP compatibility mode. I have been using it for about a week now with no issues.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f677894985a3d2ef46763326617fa9fd</guid>
				<title>Charlie LaBaw replied to the topic Tps testing error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tps-testing-error/#post-68620</link>
				<pubDate>Tue, 14 Jul 2009 20:11:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>I was able to run the following with no errors:</p>
<p>set MSH8 A08<br />
set PV131 {0}<br />
set PV132 B7x<br />
set mh message</p>
<p>if {[string equal $MSH8 &#8220;A08&#8243;] &amp;&amp; [string equal $PV131 &#8221; &#8220;]} {<br />
&nbsp; &nbsp;set dispList</p>
<ul>
<p>} else {<br />
&nbsp; &nbsp;set dispList</ul>
<ul>
<p>}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
if {[string equal $PV132 &#8220;B7E&#8221;]} {<br />
&nbsp; &nbsp;set dispList</ul>
<ul>
<p>} else {<br />
&nbsp; &nbsp;set dispList</ul>
<ul>
<p>}</p>
<p>puts &#8220;dispList:&hellip;</ul>
<p><span class="activity-read-more" id="activity-read-more-18129"><a href="https://usspvlclovertch2.infor.com/forums/topic/tps-testing-error/#post-68620" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">08b9789415262efd8dd777c610eabb03</guid>
				<title>Charlie LaBaw replied to the topic Tps testing error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tps-testing-error/#post-68617</link>
				<pubDate>Tue, 14 Jul 2009 19:43:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>I believe you need to remove the } { which are to the left and right of &amp;&amp;. Also, the }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else {<br />
should probably be } else {.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>