<?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 : SetShowInplaceButtonsAlways</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : SetShowInplaceButtonsAlways]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:52:24 +0000</pubDate>
  <lastBuildDate>Thu, 06 Aug 2009 19:26:19 +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=13765</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[SetShowInplaceButtonsAlways : See post - https://forum.codej...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=51675&amp;title=setshowinplacebuttonsalways#51675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13765<br /><strong>Posted:</strong> 06 August 2009 at 7:26pm<br /><br />See post - <a href="https://forum.codejock.com/forum_posts.asp?TID=14919" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14919</A>&nbsp;with result of this feature (<FONT color=#008000 size=2>ShowInplaceButtonsAlways</FONT>) implementation ]]>
   </description>
   <pubDate>Thu, 06 Aug 2009 19:26:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=51675&amp;title=setshowinplacebuttonsalways#51675</guid>
  </item> 
  <item>
   <title><![CDATA[SetShowInplaceButtonsAlways : Add triangle image into your image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47107&amp;title=setshowinplacebuttonsalways#47107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13765<br /><strong>Posted:</strong> 25 March 2009 at 10:18am<br /><br />Add triangle image into your image list <DIV>use simple extra code while you adding items to new record (say image # 10)</DIV><DIV>e.g.</DIV><DIV><FONT size=2><P>CXTPReportRecord* pRecord = wndReport.AddRecord(</FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> CTaskRecord(.....</P><DIV></FONT><FONT size=2><FONT size=2><P>CXTPReportRecordItem* </FONT>pItem = pRecord-&gt;GetItem(COLUMN_STATUS); </P></DIV><DIV>pItem-&gt;SetIconIndex(10); </DIV><DIV>pItem-&gt;SetAlignment(xtpColumnIconRight);</DIV><DIV>&nbsp;</DIV><DIV>Now you will always see combobox-like arrow in your non-active cell </DIV><DIV>You can do similar mimic for other in-place buttons using related images *like &#091;...&#093;)</DIV><DIV>&nbsp;</DIV><DIV>See static app <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportSampleSatic.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportSampleSatic.rar</A>&nbsp;(open Task!)</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 25 Mar 2009 10:18:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47107&amp;title=setshowinplacebuttonsalways#47107</guid>
  </item> 
  <item>
   <title><![CDATA[SetShowInplaceButtonsAlways : I think that this is how sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47060&amp;title=setshowinplacebuttonsalways#47060</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13765<br /><strong>Posted:</strong> 24 March 2009 at 8:20pm<br /><br />I think that this is how sample ReportItemControls works - check MFC Sample code]]>
   </description>
   <pubDate>Tue, 24 Mar 2009 20:20:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47060&amp;title=setshowinplacebuttonsalways#47060</guid>
  </item> 
  <item>
   <title><![CDATA[SetShowInplaceButtonsAlways : The property grid has a method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47011&amp;title=setshowinplacebuttonsalways#47011</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 13765<br /><strong>Posted:</strong> 23 March 2009 at 5:52pm<br /><br />The property grid has a method&nbsp;&nbsp;"<FONT color=#008000 size=2><FONT color=#008000 size=2>SetShowInplaceButtonsAlways</FONT></FONT>".&nbsp; Is there a way to always show the buttons in the report control?&nbsp; I want the combobox button to always show.<DIV>&nbsp;</DIV><DIV>--Larry</DIV>]]>
   </description>
   <pubDate>Mon, 23 Mar 2009 17:52:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13765&amp;PID=47011&amp;title=setshowinplacebuttonsalways#47011</guid>
  </item> 
 </channel>
</rss>