<?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 : AddExpandButton sample</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : AddExpandButton sample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 02:16:32 +0000</pubDate>
  <lastBuildDate>Wed, 09 Feb 2011 06:29:35 +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=17848</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[AddExpandButton sample : Hi Guys,I&amp;#039;m trying to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17848&amp;PID=62473&amp;title=addexpandbutton-sample#62473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6605">ChrisBamford</a><br /><strong>Subject:</strong> 17848<br /><strong>Posted:</strong> 09 February 2011 at 6:29am<br /><br />Hi Guys,<br><br>I'm trying to add an ellipsis button to a report control record item and was having difficulty in getting it working, I looked for a sample in the Codejock distribution but couldn't find one.<br><br>Here's the basic code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>// add columns to the report control<br>m_xtRecentFolderList.AddColumn(new CXTPReportColumn(0, _T("Include"), 100));<br>m_xtRecentFolderList.AddColumn(new CXTPReportColumn(1, _T("Folder"), 100));<br><br>m_xtRecentFolderList.AllowEdit(TRUE);<br>m_xtRecentFolderList.GetColumns()-&gt;Find(0)-&gt;GetEditOptions()-&gt;m_bAllowEdit = FALSE;<br>m_xtRecentFolderList.GetColumns()-&gt;Find(1)-&gt;GetEditOptions()-&gt;m_bAllowEdit = FALSE;<br>m_xtRecentFolderList.GetColumns()-&gt;Find(1)-&gt;GetEditOptions()-&gt;AddExpandButton(TRUE);<br><br>m_xtRecentFolderList.GetReportHeader()-&gt;SetAutoColumnSizing(FALSE);<br>m_xtRecentFolderList.GetReportHeader()-&gt;AllowColumnResize(TRUE);<br>m_xtRecentFolderList.GetReportHeader()-&gt;AllowColumnRemove(FALSE);<br>m_xtRecentFolderList.SetMultipleSelection(FALSE);<br>//m_xtRecentFolderList.FocusSubItems(FALSE);<br>m_xtRecentFolderList.GetPaintManager()-&gt;SetColumnStyle(xtpReportColumnOffice2007);<br>m_xtRecentFolderList.Populate();<br></pre></td></tr></table><br><br>Is there a sample I can look at to get this working ?<br><br>Many thanks in advance.<br><br>Chris.<br>]]>
   </description>
   <pubDate>Wed, 09 Feb 2011 06:29:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17848&amp;PID=62473&amp;title=addexpandbutton-sample#62473</guid>
  </item> 
 </channel>
</rss>