<?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 : Edit new item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Edit new item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 19 May 2026 05:21:17 +0000</pubDate>
  <lastBuildDate>Fri, 14 Apr 2006 00:04:49 +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=3911</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[Edit new item : please write sample code  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12192&amp;title=edit-new-item#12192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 14 April 2006 at 12:04am<br /><br />please write sample code]]>
   </description>
   <pubDate>Fri, 14 Apr 2006 00:04:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12192&amp;title=edit-new-item#12192</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : After editing you&amp;#039;ll have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12157&amp;title=edit-new-item#12157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 13 April 2006 at 8:22am<br /><br />After editing you'll have to check whether any item of a newly added record differs from the initial value. If there are no any changes, then just delete a record.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 13 Apr 2006 08:22:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12157&amp;title=edit-new-item#12157</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item :  now i need delete row from Report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12151&amp;title=edit-new-item#12151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 13 April 2006 at 12:09am<br /><br />now i need delete row from Report if user Canceled edit<br><br>it possible?]]>
   </description>
   <pubDate>Thu, 13 Apr 2006 00:09:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12151&amp;title=edit-new-item#12151</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : For the last problem calling AdjustLayout()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12147&amp;title=edit-new-item#12147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 12 April 2006 at 10:55am<br /><br />For the last problem calling AdjustLayout() first could help.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 12 Apr 2006 10:55:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12147&amp;title=edit-new-item#12147</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : while ( ::PeekMessage( &amp;amp;iMsg,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12136&amp;title=edit-new-item#12136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 12 April 2006 at 1:02am<br /><br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; while ( ::PeekMessage( &amp;iMsg, NULL, NULL, NULL, PM_NOREMOVE ) )<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;::AfxGetThread()-&gt;PumpMessage();&nbsp;&nbsp; // pump messages until queue is <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;// empty<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br>it don't work if scrollbar is visible :(((<br><br>InplaceEdit show in invalid place :((<br>]]>
   </description>
   <pubDate>Wed, 12 Apr 2006 01:02:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12136&amp;title=edit-new-item#12136</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : now i need delete row from Report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12135&amp;title=edit-new-item#12135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 12 April 2006 at 12:10am<br /><br />now i need delete row from Report if user Canceled edit<br><br>it possible?<br>]]>
   </description>
   <pubDate>Wed, 12 Apr 2006 00:10:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12135&amp;title=edit-new-item#12135</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : Nice to hear that you&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12129&amp;title=edit-new-item#12129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 11 April 2006 at 10:08am<br /><br />Nice to hear that you've found the solution.<br>If you'll have the same problem with the latest version of the library, please raise this issue again.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 10:08:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12129&amp;title=edit-new-item#12129</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : my solution while ( ::PeekMessage(...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12121&amp;title=edit-new-item#12121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 11 April 2006 at 4:36am<br /><br />my solution<br><br>&nbsp;&nbsp;&nbsp; while ( ::PeekMessage( &amp;iMsg, NULL, NULL, NULL, PM_NOREMOVE ) )<br>&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;::AfxGetThread()-&gt;PumpMessage();&nbsp;&nbsp; // pump messages until queue is <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;// empty<br>&nbsp;&nbsp; &nbsp;}]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 04:36:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12121&amp;title=edit-new-item#12121</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : CXTPReportRecord* pRecord = m_wndReport.AddRecord(new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12028&amp;title=edit-new-item#12028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1876">dmitklg</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 07 April 2006 at 1:02am<br /><br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; CXTPReportRecord* pRecord = m_wndReport.AddRecord(new CXTPReportRecord());<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pRecord-&gt;AddItem(new CXTPReportRecordItemNumber(4444) );<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pRecord-&gt;AddItem(new CXTPReportRecordItemText("new item"));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_wndReport.Populate();<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CXTPReportRow* pRow = m_wndReport.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;m_wndReport, pRow, m_wndReport.GetColumns()-&gt;Find(1));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_wndReport.EditItem(&amp;itemArgs);<br>&nbsp;&nbsp; &nbsp;}<br><br>inplace edit created but not visible<br><br>my version xtreme toolbar is 9.61<br>my be it is bug 9.61 ?<br>]]>
   </description>
   <pubDate>Fri, 07 Apr 2006 01:02:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12028&amp;title=edit-new-item#12028</guid>
  </item> 
  <item>
   <title><![CDATA[Edit new item : Hi,Delete this line: m_wndReport.SetFocusedRow(pRow);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12017&amp;title=edit-new-item#12017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3911<br /><strong>Posted:</strong> 06 April 2006 at 2:07pm<br /><br />Hi,<br><br>Delete this line: m_wndReport.SetFocusedRow(pRow); -- as I mentioned it is not necessary.<br><br>See also sample method: void CTaskListView::OnAddTask() <br><br>Let me know whether this helped.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 06 Apr 2006 14:07:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3911&amp;PID=12017&amp;title=edit-new-item#12017</guid>
  </item> 
 </channel>
</rss>