<?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 : Numbers  xtpEditStyleNumber</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Numbers  xtpEditStyleNumber]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 04:28:22 +0000</pubDate>
  <lastBuildDate>Thu, 15 Apr 2010 13:35:14 +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=16596</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[Numbers  xtpEditStyleNumber : Glad to help!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58103&amp;title=numbers-xtpeditstylenumber#58103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16596<br /><strong>Posted:</strong> 15 April 2010 at 1:35pm<br /><br />Glad to help!]]>
   </description>
   <pubDate>Thu, 15 Apr 2010 13:35:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58103&amp;title=numbers-xtpeditstylenumber#58103</guid>
  </item> 
  <item>
   <title><![CDATA[Numbers  xtpEditStyleNumber : Thanks jpbro that works for me.  Cheers...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58102&amp;title=numbers-xtpeditstylenumber#58102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16596<br /><strong>Posted:</strong> 15 April 2010 at 10:59am<br /><br />Thanks jpbro that works for me.<DIV>&nbsp;</DIV><DIV>Cheers</DIV>]]>
   </description>
   <pubDate>Thu, 15 Apr 2010 10:59:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58102&amp;title=numbers-xtpeditstylenumber#58102</guid>
  </item> 
  <item>
   <title><![CDATA[Numbers  xtpEditStyleNumber : You can use the InplaceEditChanging...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58098&amp;title=numbers-xtpeditstylenumber#58098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16596<br /><strong>Posted:</strong> 15 April 2010 at 10:11am<br /><br />You can use the InplaceEditChanging event along the lines of this:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub repServers_InplaceEditChanging(ByVal Row As XtremeReportControl.IReportRow, ByVal Column As XtremeReportControl.IReportColumn, ByVal Item As XtremeReportControl.IReportRecordItem, NewValue As String, Cancel As Boolean)<br>&nbsp;&nbsp;&nbsp; If Len(NewValue) &lt;&gt; 0 Then<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Cancel = Not IsNumeric(NewValue)<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>Although that would allow currency symbols as well (and negative values). You can expand your testing as required if you don't want to allow such values.<br><br><br>]]>
   </description>
   <pubDate>Thu, 15 Apr 2010 10:11:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58098&amp;title=numbers-xtpeditstylenumber#58098</guid>
  </item> 
  <item>
   <title><![CDATA[Numbers  xtpEditStyleNumber : Hi  I am using this code  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58093&amp;title=numbers-xtpeditstylenumber#58093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16596<br /><strong>Posted:</strong> 15 April 2010 at 8:45am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I am using this code</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Item = rRecord.AddItem("")<BR>&nbsp;&nbsp;&nbsp;&nbsp;Item.CreateEditOptions<BR>&nbsp;&nbsp;&nbsp;&nbsp;Item.EditOptions.EditControlStyle = xtpEditStyleNumber</DIV><DIV>&nbsp;</DIV><DIV>This allows only numbers, but I would like to be able to enter values with a decimal point ie 12.123</DIV><DIV>But it only allows whole numbers, is there away to do this?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Thu, 15 Apr 2010 08:45:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16596&amp;PID=58093&amp;title=numbers-xtpeditstylenumber#58093</guid>
  </item> 
 </channel>
</rss>