<?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 : detect row.item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : detect row.item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:29:56 +0000</pubDate>
  <lastBuildDate>Sat, 21 Oct 2006 18:17:43 +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=4131</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[detect row.item :    barianto wrote:Sorry to bring...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=16702&amp;title=detect-row-item#16702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 21 October 2006 at 6:17pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by barianto" alt="Originally posted by barianto" style="vertical-align: text-bottom;" /> <strong>barianto wrote:</strong><br /><br />Sorry to bring this up again<br><br>In codejock 10.3.1 with :<br><br><pre>Column.EditOptions.EditControlStyle = xtpEditStyleNumber</pre>can we input comma or period?<br><br>Thanks<br></td></tr></table><br><br>Unfortunately no, it runs standard system text edit control with ES_NUMBER style, which doesn't work with commas or periods... <br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sat, 21 Oct 2006 18:17:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=16702&amp;title=detect-row-item#16702</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item : Sorry to bring this up againIn...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=16681&amp;title=detect-row-item#16681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 20 October 2006 at 5:29am<br /><br />Sorry to bring this up again<br><br>In codejock 10.3.1 with :<br><br><pre ="BBcode">Column.EditOptions.EditControlStyle = xtpEditStyleNumber</pre>can we input comma or period?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Fri, 20 Oct 2006 05:29:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=16681&amp;title=detect-row-item#16681</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item :    sserge wrote:That&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12913&amp;title=detect-row-item#12913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 13 May 2006 at 3:50am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by sserge" alt="Originally posted by sserge" style="vertical-align: text-bottom;" /> <strong>sserge wrote:</strong><br /><br /><br>That's actually much easier than to make a custom filter <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br><table width="99%"><tr><td><pre class="BBcode"><br>Set Column = 'yourColumn<br>Column.EditOptions.EditControlStyle = xtpEditStyleNumber<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br><br></td></tr></table><br><br>Yes, but it also denied point (.) and comma (,). Sad......<br>]]>
   </description>
   <pubDate>Sat, 13 May 2006 03:50:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12913&amp;title=detect-row-item#12913</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item :    barianto wrote:How to denied...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12907&amp;title=detect-row-item#12907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 12 May 2006 at 4:34pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by barianto" alt="Originally posted by barianto" style="vertical-align: text-bottom;" /> <strong>barianto wrote:</strong><br /><br />How to denied user from type charater other than number (A,b,c, etc..) ?<br></td></tr></table><br><br>That's actually much easier than to make a custom filter <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br><table width="99%"><tr><td><pre class="BBcode"><br>Set Column = 'yourColumn<br>Column.EditOptions.EditControlStyle = xtpEditStyleNumber<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br><br>]]>
   </description>
   <pubDate>Fri, 12 May 2006 16:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12907&amp;title=detect-row-item#12907</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item : try previewkeydown event. Not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12895&amp;title=detect-row-item#12895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 12 May 2006 at 1:51am<br /><br />try previewkeydown event. Not work!]]>
   </description>
   <pubDate>Fri, 12 May 2006 01:51:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12895&amp;title=detect-row-item#12895</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item : anyone, pls.Well i redifined what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12894&amp;title=detect-row-item#12894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 12 May 2006 at 1:02am<br /><br />anyone, pls.<br><br>Well i redifined what i need. How to denied user from type charater other than number (A,b,c, etc..) ?<br>]]>
   </description>
   <pubDate>Fri, 12 May 2006 01:02:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12894&amp;title=detect-row-item#12894</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item :  hi sserge     1. You&amp;#039;ll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12716&amp;title=detect-row-item#12716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 07 May 2006 at 3:08am<br /><br />hi sserge<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> <br>1. You'll have to compare values before and after editing.<br>See ValueChanging event (and NewValue parameter).<br></td></tr></table><br><br>try your suggestion above, but it seem valuchanging and valuechanged event, fire only when the <span style="font-weight: bold;">value is change </span>:(<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> <br>3. See PreviewKeyDown event and EditMode property.<br>EditMode = True if user edit item, and False otherwise.<br></td></tr></table><br><br><br>try this one too. When <span style="font-weight: bold;">item</span> <span style="font-weight: bold;">not in edit mode</span>it known key something like "46" or delete key (as in your sample) butfor key like "A, B, C, D, so on or 1,2,3 so on or period, comma and soon" which i filter in previewkeydown event, instead doing what iprogram too, reportcontrol directly take it to edit mode. How to solveit with your reportcontrol?<br>And what about to interrupt the key while in Edit Mode?<br>Perhaps you can give me sample to make it's easier to understand<br><br>Thank's<br><br>]]>
   </description>
   <pubDate>Sun, 07 May 2006 03:08:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12716&amp;title=detect-row-item#12716</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item : 1. You&amp;#039;ll have to compare...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12699&amp;title=detect-row-item#12699</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 05 May 2006 at 3:06pm<br /><br />1. You'll have to compare values before and after editing.<br>See ValueChanging event (and NewValue parameter).<br><br>2. There are no such method in ReportControl. It looks for me that it is a generic method added for all imported ActiveX objects in your development environment. (See standard comment string to validate method)<br><br>3. See PreviewKeyDown event and EditMode property.<br>EditMode = True if user edit item, and False otherwise.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 05 May 2006 15:06:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12699&amp;title=detect-row-item#12699</guid>
  </item> 
  <item>
   <title><![CDATA[detect row.item :   Four question:1. How to detect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12651&amp;title=detect-row-item#12651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4131<br /><strong>Posted:</strong> 04 May 2006 at 5:16am<br /><br />Four question:<br><br>1. How to detect if one item in row/record collection (try) editing by user (<span style="font-weight: bold;">requestedit</span>) but leave it unchanged?<br><br>2. What is <span style="font-weight: bold;">validate</span> for in reportcontrol?<br><br>3. Since Codejock component seem to have so many method/properties that i haven't discovered yet <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">, I'm curious is that CodeJock <span style="font-weight: bold;">already</span> have method to interrupt keyboard while row/record item in editing by user. As i want when "<span style="font-weight: bold;">the evil</span> <span style="font-weight: bold;">/ King</span>" user enter "<span style="font-style: italic;">period</span>" it turn into "<span style="font-style: italic;">comma</span>" something like Microsoft excell behaviour, doesnt care what are regional setting it's computer have <span style="font-style: italic;">period</span> will always change as <span style="font-style: italic;">comma. </span>And there is something else i like to do.<span style="font-style: italic;"> </span>Or do i have to made my own <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"> :)?<br><br>Thnks before<br><br><br>ps: i'm in Indonesia, where to get your extreme suite ActiveX Control in my country? I can't buy from internet/paypal or it's kind since i don't have the facility (MasterCard, VisaCard, etc). Pls inform..<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 04 May 2006 05:16:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4131&amp;PID=12651&amp;title=detect-row-item#12651</guid>
  </item> 
 </channel>
</rss>