<?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 : OnInplaceButtonDown</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : OnInplaceButtonDown]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 00:02:48 +0000</pubDate>
  <lastBuildDate>Sun, 29 Oct 2006 05:29:46 +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=5364</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[OnInplaceButtonDown : Looks like you only have to initiate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16864&amp;title=oninplacebuttondown#16864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5364<br /><strong>Posted:</strong> 29 October 2006 at 5:29am<br /><br />Looks like you only have to initiate item's editing:<br><table width="99%"><tr><td><pre class="BBcode"><br>XTP_REPORTRECORDITEM_ARGS itemArgs(&amp;wndReport, pRow, wndReport.GetColumns()-&gt;Find(COLUMN_INDEX));<br>wndReport.EditItem(&amp;itemArgs);<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 29 Oct 2006 05:29:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16864&amp;title=oninplacebuttondown#16864</guid>
  </item> 
  <item>
   <title><![CDATA[OnInplaceButtonDown :   Hi,   It could be any button;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16845&amp;title=oninplacebuttondown#16845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1949">adico</a><br /><strong>Subject:</strong> 5364<br /><strong>Posted:</strong> 27 October 2006 at 10:26am<br /><br /><p ="Ms&#111;normal"><span lang="EN-US">Hi, <br><br>It could be any button; I just used the "ok" button as anexample.&nbsp; Ultimately what I would like to accomplish, is every time a userclicks on a button, I want to trigger the appropriate message and show theitems inside my record.<br><br></span></p><!--&#091;if gte vml 1&#093;>                              <!&#091;endif&#093;--><!--&#091;if !vml&#093;--><!--&#091;endif&#093;-->So far this is what I have, but I am not there yet.<br><br>void CReportTestDlg::OnOK() <br>{<br>...<br>XTP_NM_REPORTINPLACEBUTTON* pItemNotify = (XTP_NM_REPORTINPLACEBUTTON*) pNotifyStruct;<br>ASSERT(pItemNotify-&gt;pButton);<br><br>CXTPReportRecordItem* pItem = pRecord-&gt;GetItem(0);<br>if (pItem)<br>&nbsp;&nbsp;&nbsp; pItem-&gt;OnInplaceButtonDown(pButton);<br>...<br><br><br>&nbsp;&nbsp; &nbsp;CXTResizeDialog::OnOK();<br>}]]>
   </description>
   <pubDate>Fri, 27 Oct 2006 10:26:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16845&amp;title=oninplacebuttondown#16845</guid>
  </item> 
  <item>
   <title><![CDATA[OnInplaceButtonDown : Sorry, which &amp;#034;OK&amp;#034; button...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16827&amp;title=oninplacebuttondown#16827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5364<br /><strong>Posted:</strong> 27 October 2006 at 3:05am<br /><br />Sorry, which "OK" button do you mean? <br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 27 Oct 2006 03:05:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16827&amp;title=oninplacebuttondown#16827</guid>
  </item> 
  <item>
   <title><![CDATA[OnInplaceButtonDown : I want to trigger the CXTPRep...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16815&amp;title=oninplacebuttondown#16815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1949">adico</a><br /><strong>Subject:</strong> 5364<br /><strong>Posted:</strong> 26 October 2006 at 3:20pm<br /><br />I want to trigger theCXTPReportRecordItem::OnInplaceButtonDown(CXTPReportInplaceButton*pButton) &amp; show the available list everytime the user clicks the'OK' button.<br><br>Do I need to send a message or access it directly?<br><br>If so, does anyone have any ideas?<br><br>Thanks in advance<strike><br><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="middle"><br></strike>]]>
   </description>
   <pubDate>Thu, 26 Oct 2006 15:20:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5364&amp;PID=16815&amp;title=oninplacebuttondown#16815</guid>
  </item> 
 </channel>
</rss>