<?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 : [SOLVED] Best way to limit input in cell</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] Best way to limit input in cell]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 21:10:44 +0000</pubDate>
  <lastBuildDate>Wed, 06 Apr 2011 14:13:10 +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=18156</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[[SOLVED] Best way to limit input in cell : Great, thanks for the help! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63751&amp;title=solved-best-way-to-limit-input-in-cell#63751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 18156<br /><strong>Posted:</strong> 06 April 2011 at 2:13pm<br /><br />Great, thanks for the help!]]>
   </description>
   <pubDate>Wed, 06 Apr 2011 14:13:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63751&amp;title=solved-best-way-to-limit-input-in-cell#63751</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Best way to limit input in cell : Hi, You can alsoprevent user...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63686&amp;title=solved-best-way-to-limit-input-in-cell#63686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18156<br /><strong>Posted:</strong> 03 April 2011 at 11:56am<br /><br /><P>Hi,</P><P>You can also&nbsp;prevent user from typing non numerical characters... And following does for entire column. You can also set this for single ReportItem when adding records.</P><P>&nbsp;</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;With wndReportControl</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowEdit = True</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;With .Columns<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Add(.Count, "Col 1", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong><FONT color=#0000ff>.EditOptions.EditControlStyle = xtpEditStyleNumber</FONT></strong><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 03 Apr 2011 11:56:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63686&amp;title=solved-best-way-to-limit-input-in-cell#63686</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Best way to limit input in cell :   This is how I have done thisPrivate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63685&amp;title=solved-best-way-to-limit-input-in-cell#63685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 18156<br /><strong>Posted:</strong> 03 April 2011 at 10:27am<br /><br />This is how I have done this<div>&nbsp;</div><div>Private Sub wndReport_InplaceEditChanging(ByVal Row As XtremeReportControl.IReportRow, ByVal Column As XtremeReportControl.IReportColumn, ByVal Item As XtremeReportControl.IReportRecordItem, newValue As String, Cancel As Boolean)<br>If Len(newValue) &lt;&gt; 0 Then<br>&nbsp;&nbsp;&nbsp; Cancel = Not IsNumeric(newValue)<br>End If<br>End Sub</div>]]>
   </description>
   <pubDate>Sun, 03 Apr 2011 10:27:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63685&amp;title=solved-best-way-to-limit-input-in-cell#63685</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Best way to limit input in cell :  I have cells that I want to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63680&amp;title=solved-best-way-to-limit-input-in-cell#63680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 18156<br /><strong>Posted:</strong> 02 April 2011 at 4:06pm<br /><br />I have cells that I want to allow input of numbers only, what is the best way to do this? I don't see a keypress event, is the "previewkeydown" event the only way to do this? <div></div>]]>
   </description>
   <pubDate>Sat, 02 Apr 2011 16:06:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18156&amp;PID=63680&amp;title=solved-best-way-to-limit-input-in-cell#63680</guid>
  </item> 
 </channel>
</rss>