<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Column Format</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Column Format]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 15:35:01 +0000</pubDate>
  <lastBuildDate>Fri, 06 Jan 2012 00:34:13 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=19353</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Column Format : Thank for reply,currently i am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67339&amp;title=column-format#67339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7256">yfphang</a><br /><strong>Subject:</strong> 19353<br /><strong>Posted:</strong> 06 January 2012 at 12:34am<br /><br />Thank for reply,<br>currently i am using below code to manual convert last column to decimal point, i found that is to troublesome, just to find out any other quick way to do it.<br>i am using classic Visual Basic 6.0<br><br>my code<br>With DataLst<br>.Columns(.Columns.Count - 1).HeaderAlignment = xtpAlignmentRight<br>.Columns(.Columns.Count - 1).Alignment = xtpAlignmentRight<br><br>For k = .Columns.Count - 1 To .Columns.Count - 1<br>&nbsp;&nbsp;&nbsp; For i = 0 To .Rows.Count - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xx = Format(.Records(i).Item(k).Caption, "#0.00")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Records(i).Item(k).Caption = xx<br>&nbsp;&nbsp;&nbsp; Next i<br>Next k<br><br>End With]]>
   </description>
   <pubDate>Fri, 06 Jan 2012 00:34:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67339&amp;title=column-format#67339</guid>
  </item> 
  <item>
   <title><![CDATA[Column Format : Hi,Try formatting the value using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67328&amp;title=column-format#67328</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 19353<br /><strong>Posted:</strong> 04 January 2012 at 5:41am<br /><br />Hi,<br><br>Try formatting the value using "FormatNumber(value, 2)", this is Visual Basic 6 code. <br><br>Please add a signature saying what language(s) you are using as it will help with responses.<br>]]>
   </description>
   <pubDate>Wed, 04 Jan 2012 05:41:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67328&amp;title=column-format#67328</guid>
  </item> 
  <item>
   <title><![CDATA[Column Format : Hi, How to change all to column...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67278&amp;title=column-format#67278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7256">yfphang</a><br /><strong>Subject:</strong> 19353<br /><strong>Posted:</strong> 24 December 2011 at 6:00am<br /><br />Hi, How to change all to column with format "0.00"<br><br>Thank.<br><br><img src="uploads/7256/pic2.JPG" height="585" width="863" border="0" />]]>
   </description>
   <pubDate>Sat, 24 Dec 2011 06:00:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19353&amp;PID=67278&amp;title=column-format#67278</guid>
  </item> 
 </channel>
</rss>