<?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 : InplaceEdit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : InplaceEdit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 03:50:04 +0000</pubDate>
  <lastBuildDate>Tue, 23 Jun 2015 10:38:11 +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=22636</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[InplaceEdit : CXTPReportInplaceEdit takes ES_...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73544&amp;title=inplaceedit#73544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22636<br /><strong>Posted:</strong> 23 June 2015 at 10:38am<br /><br />CXTPReportInplaceEdit takes ES_ and other style options from editOptions<br><table width="99%"><tr><td><pre class="BBcode">void CXTPReportInplaceEdit::Create()<br>{<br>...<br>&nbsp; &nbsp; CXTPReportRecordItemEditOptions* pEditOptions = pItem-&gt;GetEditOptions(pColumn);<br>...<br>&nbsp; &nbsp; DWORD dwEditStyle = WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | pEditOptions-&gt;m_dwEditStyle;<br>... <br>&nbsp; &nbsp; CEdit::Create(dwEditStyle, rect, pControl, 0);&nbsp;<br>....<br>}</pre></td></tr></table><br>This memberCreate()&nbsp;is called on every new using of InplaceEdit. &nbsp;So you need to change CXTPReportRecordItemEditOptions of RecordItem or ReportColumn which hold this item.<br><br><table width="99%"><tr><td><pre class="BBcode">&nbsp; &nbsp;CXTPReportRecordItemEditOptions *pEditOptions = pColumn-&gt;GetEditOptions();<br>&nbsp; &nbsp; //or pEditOptions = pItem-&gt;GetEditOptions(pColumn);<br>&nbsp; &nbsp; pEditOptions-&gt;m_dwEditStyle |= ES_NUMBER;<br></pre></td></tr></table>  ]]>
   </description>
   <pubDate>Tue, 23 Jun 2015 10:38:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73544&amp;title=inplaceedit#73544</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceEdit : Hello Mark,Use CXTPReportRecordItemNumber...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73543&amp;title=inplaceedit#73543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22636<br /><strong>Posted:</strong> 23 June 2015 at 10:11am<br /><br />Hello Mark,<br><br>Use CXTPReportRecordItemNumber instead CXTPReportInplaceEdit.<br><br>For example you can look at <br>Samples\ReportControl\ReportDialog\MessageRecord.h<br>Samples\ReportControl\ReportDialog\MessageRecord.cpp<br><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Tue, 23 Jun 2015 10:11:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73543&amp;title=inplaceedit#73543</guid>
  </item> 
  <item>
   <title><![CDATA[InplaceEdit : Hi GuysEvaluating Report Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73531&amp;title=inplaceedit#73531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8872">MarkZ</a><br /><strong>Subject:</strong> 22636<br /><strong>Posted:</strong> 18 June 2015 at 10:37am<br /><br />Hi Guys<div>Evaluating Report Control and I'm wondering is there anyway I can have greater control over the Inplace editor. Ideally I would like to restrict the input to numeric only as well as the length.&nbsp;</div><div>I have tried the following with no success</div><div><br></div><div>CXTPReportInplaceEdit* b = GetReportCtrl().GetInplaceEdit();</div><div>b = GetReportCtrl().GetInplaceEdit();</div><div><div>b-&gt;ModifyStyle(0, ES_NUMBER);</div><div>b-&gt;SetLimitText(2);</div></div><div><br></div><div>is it possible?</div>]]>
   </description>
   <pubDate>Thu, 18 Jun 2015 10:37:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22636&amp;PID=73531&amp;title=inplaceedit#73531</guid>
  </item> 
 </channel>
</rss>