<?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: Formatting Phone Numbers In Crystal Reports</title>
	<atom:link href="http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/</link>
	<description>My Thoughts About God, Government, Geeks, Games, and Goofy.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:18:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Christina</title>
		<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/comment-page-1/#comment-4593</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1453#comment-4593</guid>
		<description>Thanks for posting this. I have been trying to teach myself Crystal and this was very helpful in pointing me in the right direction. I tried the formula above as well and it did not work for me. This is the formula I used:

&quot;Fax: (&quot; + {location_mstr.fax}[1 to 3] + &quot;) &quot; +
{location_mstr.fax}[4 to 6] + &quot;-&quot; +
{location_mstr.fax}[7 to 10]

It even adds a nice label in there for ya!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I have been trying to teach myself Crystal and this was very helpful in pointing me in the right direction. I tried the formula above as well and it did not work for me. This is the formula I used:</p>
<p>&#8220;Fax: (&#8221; + {location_mstr.fax}[1 to 3] + &#8220;) &#8221; +<br />
{location_mstr.fax}[4 to 6] + &#8220;-&#8221; +<br />
{location_mstr.fax}[7 to 10]</p>
<p>It even adds a nice label in there for ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob4fit</title>
		<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/comment-page-1/#comment-3420</link>
		<dc:creator>bob4fit</dc:creator>
		<pubDate>Sat, 26 Mar 2011 14:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1453#comment-3420</guid>
		<description>Good tip.  It was as simple as can be.  You saved me some time. I appreciate it.</description>
		<content:encoded><![CDATA[<p>Good tip.  It was as simple as can be.  You saved me some time. I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/comment-page-1/#comment-1852</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 24 Aug 2010 19:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1453#comment-1852</guid>
		<description>Thanks for this formula, it really helped my reports! It&#039;s weird that there isn&#039;t a more straightforward way to do this in Crystal</description>
		<content:encoded><![CDATA[<p>Thanks for this formula, it really helped my reports! It&#8217;s weird that there isn&#8217;t a more straightforward way to do this in Crystal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/comment-page-1/#comment-1607</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 05 May 2010 20:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1453#comment-1607</guid>
		<description>Hey Louise, 

That is odd that this formula wouldn&#039;t format the phone number for you. It&#039;s a pretty standard formula as far as I understand. 

The only potential issue I can think of off the top of me head would be that &lt;em&gt;maybe&lt;/em&gt; the &lt;strong&gt;Picture&lt;/strong&gt; method isn&#039;t supported in Crystal Server 2008. I don&#039;t know enough about the package to either confirm or deny this. 

I&#039;m not trying to insult your intelligence, but did you swap out the &#039;table.field&#039; with the name of the table and field that contain the phone number value? I&#039;ve made simple oversights like this myself countless times.</description>
		<content:encoded><![CDATA[<p>Hey Louise, </p>
<p>That is odd that this formula wouldn&#8217;t format the phone number for you. It&#8217;s a pretty standard formula as far as I understand. </p>
<p>The only potential issue I can think of off the top of me head would be that <em>maybe</em> the <strong>Picture</strong> method isn&#8217;t supported in Crystal Server 2008. I don&#8217;t know enough about the package to either confirm or deny this. </p>
<p>I&#8217;m not trying to insult your intelligence, but did you swap out the &#8216;table.field&#8217; with the name of the table and field that contain the phone number value? I&#8217;ve made simple oversights like this myself countless times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louise</title>
		<link>http://www.paulhobson.com/wordpress/2009/07/formatting-phone-numbers-in-crystal-reports/comment-page-1/#comment-1606</link>
		<dc:creator>Louise</dc:creator>
		<pubDate>Wed, 05 May 2010 19:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1453#comment-1606</guid>
		<description>I am trying to teach myself how to do some basic things in Crystal.  I have created a table, but the phone numbers need to be formatted.  I have tried the formula above, but it is not working for me.  I have Crystal Reports server 2008.</description>
		<content:encoded><![CDATA[<p>I am trying to teach myself how to do some basic things in Crystal.  I have created a table, but the phone numbers need to be formatted.  I have tried the formula above, but it is not working for me.  I have Crystal Reports server 2008.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

