<?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 : cell edit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : cell edit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 00:49:11 +0000</pubDate>
  <lastBuildDate>Tue, 07 Sep 2010 07:55:40 +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=17214</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[cell edit : PARTIALLY SOLVED:  Inside the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17214&amp;PID=60081&amp;title=cell-edit#60081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 17214<br /><strong>Posted:</strong> 07 September 2010 at 7:55am<br /><br />PARTIALLY SOLVED:<DIV>&nbsp;</DIV><DIV>Inside the InplaceEditChanging I set a code like this:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>Private Sub ReportControl_InplaceEditChanging(...)<BR>&nbsp;&nbsp;&nbsp; If Not Cancel Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.Tag = NewValue<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub<BR></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>so I can access what I need with Button.Item.Tag (instead of Button.Item.Value).</DIV><DIV>&nbsp;</DIV><DIV>I would suggest CJ to implement an appropriate property: </DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><strong>EditText Property</strong></DIV><DIV>Returns or sets the text in the cell editor.</DIV><DIV><strong>Syntax</strong></DIV><DIV>&#091;form!&#093;VSFlexGrid.EditText&#091; = value As String &#093;</DIV><DIV><strong>Remarks</strong></DIV><DIV>The EditText property allows you to read and modify the contents of the cell editor while it is active.<BR></pre></td></tr></table></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 07 Sep 2010 07:55:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17214&amp;PID=60081&amp;title=cell-edit#60081</guid>
  </item> 
  <item>
   <title><![CDATA[cell edit : Is there a way to get the value...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17214&amp;PID=60077&amp;title=cell-edit#60077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 17214<br /><strong>Posted:</strong> 07 September 2010 at 6:35am<br /><br />Is there a way to get the value of the cell being edited? I try to explay what I wish:<DIV>&nbsp;</DIV><DIV>Lets try the CJ's ReportSample.vbp. </DIV><DIV>&nbsp;</DIV><DIV>Execute it and choose "Additional Samples", "Task List Sample". In the first row modify the Due Date: go edit mode (F2 or click on the first char)&nbsp;and modify to 01/01/2003 (without hit enter key). When you click on inplace button (or Alt+Down Arrow) it will&nbsp;pop-up the calendar. The day selected is 12/12/2003 and not 01/01/2003. Thats why the Button.Item.Value is the previous one. It's not correct ...</DIV><DIV>&nbsp;</DIV><DIV>You can have the requested value only in the InplaceEditChanging event (NewValue parameter). Is there another way?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 07 Sep 2010 06:35:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17214&amp;PID=60077&amp;title=cell-edit#60077</guid>
  </item> 
 </channel>
</rss>