<?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 : InplaceButton Changing Item Values</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : InplaceButton Changing Item Values]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 23:55:21 +0000</pubDate>
  <lastBuildDate>Wed, 31 Jan 2007 17:29:34 +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=6227</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[InplaceButton Changing Item Values : Yes, Rows count depends on whether...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19972&amp;title=inplacebutton-changing-item-values#19972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6227<br /><strong>Posted:</strong> 31 January 2007 at 5:29pm<br /><br />Yes, Rows count depends on whether some groups are collapsed or not. Looks like you should rely on Record children collection. <br>You know your row --&gt; you can get your Record --&gt; you can get children of this record --&gt; you can access items of any child record.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 17:29:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19972&amp;title=inplacebutton-changing-item-values#19972</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceButton Changing Item Values : That was actually my first thought...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19960&amp;title=inplacebutton-changing-item-values#19960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6227<br /><strong>Posted:</strong> 31 January 2007 at 1:19pm<br /><br />That was actually my first thought also.&nbsp;&nbsp; The report is being used in Treeview mode and some of the nodes above these rows can be collapsed and that seems to throw the row count off.&nbsp; The only way I got it to work was to expand all of the tree nodes above these 2 rows.]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 13:19:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19960&amp;title=inplacebutton-changing-item-values#19960</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceButton Changing Item Values : Hi,I&amp;#039;m sure your second solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19929&amp;title=inplacebutton-changing-item-values#19929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6227<br /><strong>Posted:</strong> 31 January 2007 at 5:24am<br /><br />Hi,<br><br>I'm sure your second solution should work:<br><table width="99%"><tr><td><pre class="BBcode"><br>rpt.Rows(ROW_STAMPPOINTSIZE).Record.Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontSize)<br>rpt.Rows(ROW_STAMPFONTNAME).Record.Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontName)<br></pre></td></tr></table><br><br>You only have to check that Rows with numbers <b>ROW_STAMPPOINTSIZE</b> and <b>ROW_STAMPFONTNAME</b> are not Group rows; and to check that column&nbsp; with number <b>COLUMN_VALUE </b>really exist.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 05:24:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19929&amp;title=inplacebutton-changing-item-values#19929</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceButton Changing Item Values : Anyone?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19837&amp;title=inplacebutton-changing-item-values#19837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6227<br /><strong>Posted:</strong> 29 January 2007 at 12:02pm<br /><br />Anyone?]]>
   </description>
   <pubDate>Mon, 29 Jan 2007 12:02:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19837&amp;title=inplacebutton-changing-item-values#19837</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceButton Changing Item Values : Ok, I&amp;#039;m missing something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19728&amp;title=inplacebutton-changing-item-values#19728</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6227<br /><strong>Posted:</strong> 25 January 2007 at 12:22pm<br /><br />Ok, I'm missing something somewhere.&nbsp; I'm using an InPlace button in a report control with Collapsed Groups.<br><br>I expand the group I want, click the inplace button which brings up a dialog to choose font name and size.&nbsp; Then I want to update the item in 1 row to show the new font size and the item in another row to show the new font.<br><br>I've tried the following 2 ways but get Invalid Procedure Call on both.<br><br>I'm sure I'm just overlooking something simple<br><br>rpt.Records(ROW_STAMPPOINTSIZE).Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontSize)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.Records(ROW_STAMPFONTNAME).Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontName)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.Rows(ROW_STAMPPOINTSIZE).Record.Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontSize)<br>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.Rows(ROW_STAMPFONTNAME).Record.Item(COLUMN_VALUE).Value = CStr(CCommDiag.FontName)<br><br>]]>
   </description>
   <pubDate>Thu, 25 Jan 2007 12:22:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6227&amp;PID=19728&amp;title=inplacebutton-changing-item-values#19728</guid>
  </item> 
 </channel>
</rss>