<?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 : combo box in report control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : combo box in report control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:12:32 +0000</pubDate>
  <lastBuildDate>Thu, 10 Apr 2014 11:40:30 +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=22240</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[combo box in report control : Hi, to use combobox in your report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22240&amp;PID=72439&amp;title=combo-box-in-report-control#72439</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4977">GRLEX</a><br /><strong>Subject:</strong> 22240<br /><strong>Posted:</strong> 10 April 2014 at 11:40am<br /><br />Hi, to use combobox in your report control you nedd add combo button it report item and then add list of values inside an item.<div>for example:</div><div>CXTPReportRecordItem * pNewItem = NULL;</div><div>pNewItem = new CXTPReportRecordItemText;</div><div>pNewItem-&gt;GetEditOptions(NULL)-&gt;AddComboButton(1);</div><div>pNewItem-&gt;GetEditOptions(NULL)-&gt;AddConstraint(L"Combo value 0", 0);</div><div>pNewItem-&gt;GetEditOptions(NULL)-&gt;AddConstraint(L"Combo value 1", 1);</div><div>...</div><div>pNewItem-&gt;GetEditOptions(NULL)-&gt;AddConstraint(L"Combo value n", n);</div><div><br></div><div>where n is count of your combo items.</div>]]>
   </description>
   <pubDate>Thu, 10 Apr 2014 11:40:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22240&amp;PID=72439&amp;title=combo-box-in-report-control#72439</guid>
  </item> 
  <item>
   <title><![CDATA[combo box in report control : Is it possible to show a combo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22240&amp;PID=72367&amp;title=combo-box-in-report-control#72367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 22240<br /><strong>Posted:</strong> 20 March 2014 at 3:51am<br /><br />Is it possible to show a combo box in the report control?<div><span style="line-height: 1.4;">Which classes would I need to use?</span></div>]]>
   </description>
   <pubDate>Thu, 20 Mar 2014 03:51:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22240&amp;PID=72367&amp;title=combo-box-in-report-control#72367</guid>
  </item> 
 </channel>
</rss>