<?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 : Editing a CXTPReportItem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Editing a CXTPReportItem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 09:10:38 +0000</pubDate>
  <lastBuildDate>Fri, 23 Mar 2007 04:50:57 +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=6708</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[Editing a CXTPReportItem : Thak you for the reply...I needed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21397&amp;title=editing-a-cxtpreportitem#21397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2869">tjcosta</a><br /><strong>Subject:</strong> 6708<br /><strong>Posted:</strong> 23 March 2007 at 4:50am<br /><br />Thak you for the reply...<br><br>I needed a "quick fix" so I ended up emulating a mouse click over the item...<br>Very messy but still functional... <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" align="absmiddle"><br><br>I have updated my code since I saw your post, works and its rather clean.. thanks again...<br>]]>
   </description>
   <pubDate>Fri, 23 Mar 2007 04:50:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21397&amp;title=editing-a-cxtpreportitem#21397</guid>
  </item> 
  <item>
   <title><![CDATA[Editing a CXTPReportItem : Hi,In our regular sample there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21363&amp;title=editing-a-cxtpreportitem#21363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6708<br /><strong>Posted:</strong> 22 March 2007 at 5:16pm<br /><br />Hi,<br><br>In our regular sample there is a sample "Task List" form where there is a menu item which adds a record and starts editing its item.<br><br>The code is as follows:<br><table width="99%"><tr><td><pre class="BBcode"><br>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><br>&nbsp;&nbsp;&nbsp; CXTPReportRow* pRow = GetReportCtrl().GetRows()-&gt;Find(pRecord);<br>&nbsp;&nbsp;&nbsp; if (pRow)<br>&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XTP_REPORTRECORDITEM_ARGS itemArgs(&amp;GetReportCtrl(), pRow, GetReportCtrl().GetColumns()-&gt;Find(COLUMN_SUBJECT));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetReportCtrl().EditItem(&amp;itemArgs);<br>&nbsp;&nbsp;&nbsp; }<br>}<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 22 Mar 2007 17:16:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21363&amp;title=editing-a-cxtpreportitem#21363</guid>
  </item> 
  <item>
   <title><![CDATA[Editing a CXTPReportItem : Hi,I have an Add button that creates...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21358&amp;title=editing-a-cxtpreportitem#21358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2869">tjcosta</a><br /><strong>Subject:</strong> 6708<br /><strong>Posted:</strong> 22 March 2007 at 1:23pm<br /><br />Hi,<br><br>I have an Add button that creates a new Record for the CXTPReportControl, with three items, a Text Item, and two others, one with a dropdownbox and another with a checkbox.<br><br>Now I need to set the focus on the CXTPReportRecordItemText (the first one) so that the usermay enter text as soon as a new line on the ReportControl is added...<br><br>Anyone care to lend a helping hand?<br><br>Thanks in advance,<br>Tiago Costa<br><br>]]>
   </description>
   <pubDate>Thu, 22 Mar 2007 13:23:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6708&amp;PID=21358&amp;title=editing-a-cxtpreportitem#21358</guid>
  </item> 
 </channel>
</rss>