<?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 : no caret in report combo box</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : no caret in report combo box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 18:41:30 +0000</pubDate>
  <lastBuildDate>Wed, 19 Aug 2009 18:43: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=14896</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[no caret in report combo box : New flag added to ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52226&amp;title=no-caret-in-report-combo-box#52226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 19 August 2009 at 6:43pm<br /><br />New flag added to ReportControl - <FONT size=2>ReportCtrl.m_bTrapTabKey = TRUE; //default - FALSE <DIV>&nbsp;</DIV><DIV>With this flag set in the case of ReportCtrl.m_bAllowEdit = TRUE and ReportCtrl.m_bEditOnClick = TRUE </DIV><DIV>click immedately open combo or start edit editbox BUT TAB key press just make next item selection without BeginEdit call so app can trap this move and do smth.</DIV></FONT>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 18:43:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52226&amp;title=no-caret-in-report-combo-box#52226</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : As answer on your general questions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52014&amp;title=no-caret-in-report-combo-box#52014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 14 August 2009 at 11:04pm<br /><br />As answer on your general questions - current state of ReportControl is the best&nbsp;in&nbsp;previous history -&nbsp;features set, stability, enough collective efforts in testing. <DIV>&nbsp;</DIV><DIV>IN-place Combo behaviour is isolated thing - if we make it more logical - it will be simple modification.</DIV>]]>
   </description>
   <pubDate>Fri, 14 Aug 2009 23:04:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52014&amp;title=no-caret-in-report-combo-box#52014</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : Could you give more details about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52007&amp;title=no-caret-in-report-combo-box#52007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 14 August 2009 at 7:31pm<br /><br />Could you give more details about "regular" combo behaviour you expect - I copy piece of rc-code with all combinations of combo-types - <DIV>no one&nbsp;works run-time&nbsp;how you described. May be we need to apply some settings run-time?</DIV><FONT size=2><P>COMBOBOX IDC_COMBO1,10,70,134,116,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"Dropdown"</FONT><FONT size=2>,IDC_STATIC,11,58,36,8</P><P>COMBOBOX IDC_COMBO2,152,70,134,116,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"DropList"</FONT><FONT size=2>,IDC_STATIC,153,58,36,8</P><P>COMBOBOX IDC_COMBO3,299,71,134,12,CBS_SIMPLE | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"Simple"</FONT><FONT size=2>,IDC_STATIC,301,59,36,8</P><P>COMBOBOX IDC_COMBO4,8,110,134,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"Dropdown Auto"</FONT><FONT size=2>,IDC_STATIC,9,95,134,8</P><P>COMBOBOX IDC_COMBO5,150,110,134,116,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"DropList Auto"</FONT><FONT size=2>,IDC_STATIC,151,95,134,8</P><P>COMBOBOX IDC_COMBO6,298,110,134,12,CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP</P><P>LTEXT </FONT><FONT color=#a31515 size=2>"Simple Auto"</FONT><FONT size=2>,IDC_STATIC,299,96,134,8</P><DIV></DIV><DIV>You case should be DropList as you allow only predefined values. </DIV><DIV>&nbsp;</DIV><DIV>(So in our&nbsp;RC you&nbsp;can set&nbsp;ConstraintEdit = FALSE and <FONT size=2>AllowEdit = FALSE</FONT>)</DIV><DIV></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 14 Aug 2009 19:31:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=52007&amp;title=no-caret-in-report-combo-box#52007</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : Sorry for the delay. We wanted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51996&amp;title=no-caret-in-report-combo-box#51996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5439">Squishymonster</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 14 August 2009 at 11:51am<br /><br />Sorry for the delay. We wanted to integrate 13.1 before integrating the update .rar that you posted. We have not tried the .rar yet.<DIV>&nbsp;</DIV><DIV>I'm actually setting m_bAllowEdit to true, and m_bConstraintEdit is also true. So if&nbsp;I type in the edit box,&nbsp;I must type a value that exists in the constraints.</DIV><DIV>&nbsp;</DIV><DIV>My problem is that when using the dropdown, and typing in order to "accelerate" the selection as you put it, the selection is made&nbsp;based on what you've typed so far, but&nbsp;there is no caret&nbsp;within the selection \ in the dropdown itself to indicate what charcters you have typed so far.&nbsp;So for example, if you stop typing for a second, it seems like what you've typed is disgarded and you start over, and a caret would be a good method of feedback to make this more obvious.</DIV><DIV>&nbsp;</DIV><DIV>However in regular combo boxes, it works differently - it shows the caret within the dropdown itself, not just in the edit box.</DIV><DIV>&nbsp;</DIV><DIV>So I have a couple of questions:</DIV><DIV>&nbsp;</DIV><DIV>1) Does the update .rar include that functionality to show the caret in the dropdown, not just the edit box?</DIV><DIV>&nbsp;</DIV><DIV>2) Is the .rar safe to integrate over v13.1, ie stable, etc.? I don't believe we've used these types of updates before.</DIV><DIV>&nbsp;</DIV><DIV>3) If none of the above, what are the chances of getting the desired functionality as an option in the near future?</DIV><DIV>&nbsp;</DIV><DIV>Thanks everyone for your&nbsp;input :)</DIV>]]>
   </description>
   <pubDate>Fri, 14 Aug 2009 11:51:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51996&amp;title=no-caret-in-report-combo-box#51996</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : Sure. If we use in-place edit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51569&amp;title=no-caret-in-report-combo-box#51569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 04 August 2009 at 3:11am<br /><br />Sure. If we use in-place edit -&nbsp;we have word selection and caret...<DIV>&nbsp;</DIV><DIV>But your settings: m_bConstraintEdit is true and m_bAllowEdit is false == pure picklist without any edit:</DIV><DIV><FONT size=2><P>BOOL m_bAllowEdit; </FONT><FONT color=#008000 size=2>// TRUE to add an edit box to this item.</P></FONT><FONT size=2><P>BOOL m_bConstraintEdit; </P><DIV></FONT><FONT color=#008000 size=2>// If TRUE, then you can only choose from the list of constraints added, If FALSE, then you can type a custom response not listed in the list of constraints.</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 04 Aug 2009 03:11:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51569&amp;title=no-caret-in-report-combo-box#51569</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : I suppose you mean some CBS_DROPDOWNLIST...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51568&amp;title=no-caret-in-report-combo-box#51568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 04 August 2009 at 3:06am<br /><br /><P>I suppose you mean some CBS_DROPDOWNLIST style?</P>]]>
   </description>
   <pubDate>Tue, 04 Aug 2009 03:06:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51568&amp;title=no-caret-in-report-combo-box#51568</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : Get frish upgrade here - https...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51552&amp;title=no-caret-in-report-combo-box#51552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 03 August 2009 at 4:02pm<br /><br />Get frish upgrade here - <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolMFCUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportControlMFCUpdated.rar</A> <DIV>&nbsp;</DIV><DIV>Where you suppose to type in AllowEdit = FALSE case? This is pure picklist - you just send keypress as accelerator to picklist. </DIV><DIV>Picklist show you selection. No caret...</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 16:02:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51552&amp;title=no-caret-in-report-combo-box#51552</guid>
  </item> 
  <item>
   <title><![CDATA[no caret in report combo box : I need help making caret\text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51549&amp;title=no-caret-in-report-combo-box#51549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5439">Squishymonster</a><br /><strong>Subject:</strong> 14896<br /><strong>Posted:</strong> 03 August 2009 at 2:43pm<br /><br /><DIV>I need help making caret\text cursor visible during report combo box constraint selection.</DIV><DIV>&nbsp;</DIV><DIV>I've created a report control.&nbsp;A particular column uses combo boxes, and constraints, like the task manager sample. m_bConstraintEdit is true, and m_bAllowEdit is false. Once the constraint list is visible in the combo box, the user can type to select a constraint, but there is no text caret\cursor visible. Is there some way to show this? It makes it difficult to make selections using keyboard when there are many constraints, since you can't guess where the caret is.</DIV><DIV>&nbsp;</DIV><DIV>The task manager sample seems to have the same issue. However the Combo Box control sample does show the caret properly. This is the functionality that I need since our lists are so large.</DIV><DIV>&nbsp;</DIV><DIV>Thanks : )</DIV>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 14:43:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14896&amp;PID=51549&amp;title=no-caret-in-report-combo-box#51549</guid>
  </item> 
 </channel>
</rss>