<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hancock Data &#187; Portfolio</title>
	<atom:link href="http://www.hancockdata.com/tag/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hancockdata.com</link>
	<description>Making Your Maxwell Systems Software Work</description>
	<lastBuildDate>Tue, 13 Apr 2010 19:53:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Formatting Management Suite Dates for Microsoft Word Mail Merge</title>
		<link>http://www.hancockdata.com/2009/12/30/formatting-management-suite-dates-for-microsoft-word-mail-merge/</link>
		<comments>http://www.hancockdata.com/2009/12/30/formatting-management-suite-dates-for-microsoft-word-mail-merge/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:31:36 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Maxwell Systems Management Suite]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Project Documents]]></category>
		<category><![CDATA[Subcontract]]></category>

		<guid isPermaLink="false">http://www.hancockdata.com/?p=189</guid>
		<description><![CDATA[Maxwell Systems Management Suite (MSMS) has the ability to use &#8220;templates&#8221; to create documents, such as a Subcontract, via Microsoft Word mail merge. But when a date is required in the output, Maxwell exports that date as a string in the format of YYYYYMMDD (today would be 20091230), and unfortunately, Microsoft Word doesn&#8217;t see that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maxwellmanagementsuite.com/">Maxwell Systems Management Suite (MSMS)</a> has the ability to use &#8220;templates&#8221; to create documents, such as a Subcontract, via Microsoft Word mail merge.  But when a date is required in the output, Maxwell exports that date as a string in the format of YYYYYMMDD (today would be 20091230), and unfortunately, Microsoft Word doesn&#8217;t see that as a date, and doesn&#8217;t allow you to format the date in the document correctly.</p>
<p>After doing a little detective work, I found that I could change the date format of the data Maxwell exports to Word.  By changing the Date Format so that the date was exported as 12/30/2009, Word then allowed the date to be formatted correctly.   Ultimately I had to add this line of code to CSCWMA to make the dates display properly in the merge document:</p>

<div class="wp_syntax"><div class="code"><pre class="providex" style="font-family:monospace;">29701 <span style="color: navy;">LET</span> CSCON2$<span style="color: #000066;">&#91;</span>7<span style="color: #000066;">&#93;</span><span style="color: #000099;">=</span><span style="color: green;">&quot;04&quot;</span> <span style="color: #008080; font-style: italic;">! force Date Format 04 MM/DD/YY for better mail merge dates</span></pre></div></div>

<p>With this fix in place, in the Microsoft Word &#8216;template&#8217; document, the date can be formatted in a number of ways including something like this:</p>
<pre>
{MERGEFIELD "SB1_Contract_Date" \@"MMMM d, yyyy"}
</pre>
<p>That would make the date appear as December 30, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hancockdata.com/2009/12/30/formatting-management-suite-dates-for-microsoft-word-mail-merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
