<?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 : Incorrect cursor placement in report</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Incorrect cursor placement in report]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 22:02:04 +0000</pubDate>
  <lastBuildDate>Wed, 14 Feb 2007 09:00:12 +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=5322</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[Incorrect cursor placement in report : Hi Serge, I added &amp;#034;UpdateWindow()&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=20412&amp;title=incorrect-cursor-placement-in-report#20412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2295">TerryT</a><br /><strong>Subject:</strong> 5322<br /><strong>Posted:</strong> 14 February 2007 at 9:00am<br /><br /><P>Hi Serge,</P><P>I added "UpdateWindow()" after the Populate() to your (modified) sample, and now is behaving<BR>Thanks!</P><P>void CTaskListView::OnAddTask()<BR>{<BR>&nbsp;&nbsp;&nbsp; CTaskRecord* pRecord = (CTaskRecord*)GetReportCtrl().AddRecord(new CTaskRecord(TRUE, taskImportanceNormal, FALSE, taskStatusNotStarted, _T(""), COleDateTime(), 0, _T("")));<BR>&nbsp;&nbsp;&nbsp; GetReportCtrl().Populate();<BR>&nbsp;&nbsp;&nbsp; UpdateWindow();<BR></P>]]>
   </description>
   <pubDate>Wed, 14 Feb 2007 09:00:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=20412&amp;title=incorrect-cursor-placement-in-report#20412</guid>
  </item> 
  <item>
   <title><![CDATA[Incorrect cursor placement in report : Hi Terry,Looks like this bug was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=19015&amp;title=incorrect-cursor-placement-in-report#19015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5322<br /><strong>Posted:</strong> 08 January 2007 at 4:29pm<br /><br />Hi Terry,<br><br>Looks like this bug was fixed in later versions. Currently it works for me just fine :) <br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 16:29:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=19015&amp;title=incorrect-cursor-placement-in-report#19015</guid>
  </item> 
  <item>
   <title><![CDATA[Incorrect cursor placement in report : Hi Serge, Thanks for the response...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=18885&amp;title=incorrect-cursor-placement-in-report#18885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2295">TerryT</a><br /><strong>Subject:</strong> 5322<br /><strong>Posted:</strong> 05 January 2007 at 8:57am<br /><br /><P>Hi Serge,</P><P>Thanks for the response (sorry for my delay in returning)</P><P>I need to know if the following is a bug or by design:</P><P>Xtreme Toolkit Pro v10.3<BR>Codejock Project: ReportSample_vc80</P><P>From the “Codejock Report Control Sample” application:<BR>Select “Report Control” menu item<BR>Select “Control Test-&gt;Task List Sample”<BR>Select “Edit-&gt;Add Task”</P><P>Immediately begin typing:<BR>Note: neither the text or the cursor shows in the edit control</P><P>Select “Edit-&gt;Add Task”<BR>Note: the cursor is visible, and the edit control behaves as expected in the second task item<BR>(additionally, the text in the first task appears)</P><P>I would have expected the “GetReportCtrl().EditItem(&amp;itemArgs);” to immediately have focus and cursor visible after the first “Add Task”</P><P>Thank you!<BR>Terry<BR></P>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 08:57:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=18885&amp;title=incorrect-cursor-placement-in-report#18885</guid>
  </item> 
  <item>
   <title><![CDATA[Incorrect cursor placement in report : open Windows Explorer, open a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=16716&amp;title=incorrect-cursor-placement-in-report#16716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5322<br /><strong>Posted:</strong> 22 October 2006 at 4:59pm<br /><br />open Windows Explorer, open a folder with a single file, press F2 and enter new filename like "aaa". Do not press Enter or something and check whether your cursor is visible... I've found the same effect in this case and I think it's ok in this case...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 22 Oct 2006 16:59:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=16716&amp;title=incorrect-cursor-placement-in-report#16716</guid>
  </item> 
  <item>
   <title><![CDATA[Incorrect cursor placement in report : I&#8217;ve modeled my code after the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=16642&amp;title=incorrect-cursor-placement-in-report#16642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2295">TerryT</a><br /><strong>Subject:</strong> 5322<br /><strong>Posted:</strong> 19 October 2006 at 12:04am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">I’ve modeled my code after the sample: “ReportSample”<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">Report Control-&gt;Control Test-&gt;Task List Sample<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">If no new rows are added during CTaskListView creation (comment out all “</SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Courier New'">wndReport.AddRecord(new CTaskRecord(…</SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">” in TaskListView.cpp<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">and a new Task is added, the cursor is not visible<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">Even more of a problem:</P><DIV>If a command bar is placed at the top of the view, the report control is moved below it, a new Task places the cursor in the header<o:p></o:p></SPAN></DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial">Please advise</P><DIV></DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p></o:p></SPAN></P>]]>
   </description>
   <pubDate>Thu, 19 Oct 2006 00:04:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5322&amp;PID=16642&amp;title=incorrect-cursor-placement-in-report#16642</guid>
  </item> 
 </channel>
</rss>