<?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 : Only numbers</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Only numbers]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:35:04 +0000</pubDate>
  <lastBuildDate>Tue, 01 Jul 2008 07:02:00 +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=11159</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[Only numbers : I find this property in the commandbaredit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37648&amp;title=only-numbers#37648</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4278">luisinho</a><br /><strong>Subject:</strong> 11159<br /><strong>Posted:</strong> 01 July 2008 at 7:02am<br /><br />I find this property in the commandbaredit control<br><br><strong>Public Property EditStyle<br><br>it doesn't let me to show a mask only for numbers, dates, ...<br>, but you are allow to show a mask for a password.<br></strong>]]>
   </description>
   <pubDate>Tue, 01 Jul 2008 07:02:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37648&amp;title=only-numbers#37648</guid>
  </item> 
  <item>
   <title><![CDATA[Only numbers : Why doesn&amp;#039;t CJ add a feature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37644&amp;title=only-numbers#37644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 11159<br /><strong>Posted:</strong> 01 July 2008 at 5:30am<br /><br />Why doesn't CJ add a feature for CommandBarEdit Control like this?<DIV>CommandBarEdit.Flag = NumberOnly</DIV><DIV>CommandBarEdit.Flag = ReadOnly</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 01 Jul 2008 05:30:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37644&amp;title=only-numbers#37644</guid>
  </item> 
  <item>
   <title><![CDATA[Only numbers :  &amp;#039;I try this code, but it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37407&amp;title=only-numbers#37407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4278">luisinho</a><br /><strong>Subject:</strong> 11159<br /><strong>Posted:</strong> 25 June 2008 at 11:33am<br /><br />'I try this code, but it dont works<br><br>Private Sub pMenu_CommandBarKeyDown(CommandBar As XtremeCommandBars.ICommandBar, KeyCode As Long, Shift As Integer)<br>Dim Ctrl As CommandBarEdit<br>Select Case CommandBar.SelectedControl.Id<br>&nbsp;&nbsp;&nbsp; Case ID_PRECIOS_ESTABLECER, ID_UNIDADES_ESTABLECER, ID_DTOCAB_PCG, ID_DTOCAB_VAL, ID_DTOCAB_PCG_AC, ID_DTOCAB_VAL_AC:<br>&nbsp;<br>'this line works in a textbox but not works in the commandbar, i think<br>'i dont know witch control has the focus when the user are writing.<br>&nbsp;&nbsp;&nbsp; If Not ((KeyCode &gt; 47 And KeyCode &lt; 58) Or Chr(KeyCode) = "," Or Chr(KeyCode) = "." Or KeyCode = 8 Or Chr(KeyCode) = "-") Then KeyCode = 0<br><br>'So, i need the user are only allowed to write numbers.<br><br>End Select<br>End Sub<br><br>'Xtreme Command Bars ActiveX v12.0.0 (VB6)<br>]]>
   </description>
   <pubDate>Wed, 25 Jun 2008 11:33:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37407&amp;title=only-numbers#37407</guid>
  </item> 
  <item>
   <title><![CDATA[Only numbers :   I need a CommandBarEdit that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37252&amp;title=only-numbers#37252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4278">luisinho</a><br /><strong>Subject:</strong> 11159<br /><strong>Posted:</strong> 23 June 2008 at 10:49am<br /><br />I need a CommandBarEdit that it only let you to write numbers (no alphanumeric characters). I try to use the CommandBarKeyDown event to control that the keycode generates a numeric value but i dont know where are you writing (in what&nbsp; CommandBarEdit, i have a lot)<br>I need something that i know in witch&nbsp; control you ar writing. <br><br>I work VB6.0<br><br>(sorry about my english language)<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 10:49:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11159&amp;PID=37252&amp;title=only-numbers#37252</guid>
  </item> 
 </channel>
</rss>