<?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 : How to Edit Item without Clicking with Mo</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to Edit Item without Clicking with Mo]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:53:49 +0000</pubDate>
  <lastBuildDate>Wed, 21 Dec 2005 04:17:34 +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=3427</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[How to Edit Item without Clicking with Mo : Hi, There is ReportControl.EditItem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10290&amp;title=how-to-edit-item-without-clicking-with-mo#10290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3427<br /><strong>Posted:</strong> 21 December 2005 at 4:17am<br /><br /><P>Hi,</P><P>There is ReportControl.EditItem method in ActiveX version, but I afraid it appeared in 9.80 only. </P>]]>
   </description>
   <pubDate>Wed, 21 Dec 2005 04:17:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10290&amp;title=how-to-edit-item-without-clicking-with-mo#10290</guid>
  </item> 
  <item>
   <title><![CDATA[How to Edit Item without Clicking with Mo : I forgot to say that I am using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10289&amp;title=how-to-edit-item-without-clicking-with-mo#10289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 3427<br /><strong>Posted:</strong> 21 December 2005 at 4:09am<br /><br /><P>I forgot to say that I am using the Xtreme Suite for ActiveX v9.60.1 and visual basic 6.</P><P>Can you do it using this?</P><P>The desired effect is like the StartLabelEdit function of VB controls.</P><P>Thanks</P><P>Lee</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 21 Dec 2005 04:09:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10289&amp;title=how-to-edit-item-without-clicking-with-mo#10289</guid>
  </item> 
  <item>
   <title><![CDATA[How to Edit Item without Clicking with Mo : From our sample: void CTaskListView::OnAddTask()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10277&amp;title=how-to-edit-item-without-clicking-with-mo#10277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3427<br /><strong>Posted:</strong> 20 December 2005 at 1:28pm<br /><br /><P>From our sample:</P><P>void CTaskListView::OnAddTask() <BR>{<BR>&nbsp;CTaskRecord* pRecord = (CTaskRecord*)GetReportCtrl().AddRecord(new CTaskRecord(TRUE, taskImportanceNormal, FALSE, taskStatusNotStarted, _T(""), COleDateTime(), 0, _T("")));<BR>&nbsp;GetReportCtrl().Populate();</P><P>&nbsp;CXTPReportRow* pRow = GetReportCtrl().GetRows()-&gt;Find(pRecord);<BR>&nbsp;if (pRow)<BR>&nbsp;{&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;XTP_REPORTRECORDITEM_ARGS itemArgs(&amp;GetReportCtrl(), pRow, GetReportCtrl().GetColumns()-&gt;Find(COLUMN_SUBJECT));<BR>&nbsp;&nbsp;GetReportCtrl().EditItem(&amp;itemArgs);<BR>&nbsp;}<BR></P>]]>
   </description>
   <pubDate>Tue, 20 Dec 2005 13:28:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10277&amp;title=how-to-edit-item-without-clicking-with-mo#10277</guid>
  </item> 
  <item>
   <title><![CDATA[How to Edit Item without Clicking with Mo : I am adding a new record to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10274&amp;title=how-to-edit-item-without-clicking-with-mo#10274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 3427<br /><strong>Posted:</strong> 20 December 2005 at 8:51am<br /><br /><P>I am adding a new record to the report control and would like to have the item in edit mode without the user having to click on the item with the mouse.</P><P>How can I do this?</P><P>Thanks</P><P>Lee</P>]]>
   </description>
   <pubDate>Tue, 20 Dec 2005 08:51:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3427&amp;PID=10274&amp;title=how-to-edit-item-without-clicking-with-mo#10274</guid>
  </item> 
 </channel>
</rss>