<?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 : Obscuring text for Password entry</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Obscuring text for Password entry]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 13:28:33 +0000</pubDate>
  <lastBuildDate>Thu, 10 Aug 2006 04:27:32 +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=4738</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[Obscuring text for Password entry : Eventually solved this problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4738&amp;PID=14801&amp;title=obscuring-text-for-password-entry#14801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1991">vernonr</a><br /><strong>Subject:</strong> 4738<br /><strong>Posted:</strong> 10 August 2006 at 4:27am<br /><br />Eventually solved this problem myself.....!! as no replies received<DIV>...</DIV><DIV>&nbsp;</DIV><DIV>Not simple as Codejock buried the instantiation of CXTPReportInplaceEdit within CXTPReportRecordItem, and lots of functions in both call GetCaption for the string to display. Whilst it is possible to obscure the string - you actually need to blank the obscured string before allowing an edit - otherwise addition of characters in middle of string can cause havoc.</DIV><DIV>&nbsp;</DIV><DIV>Brief Outline...</DIV><DIV>There derive subclasses from CXTPReportRecordItem ( overriding the classes that refer to the edit control ) . Derive a subclass from CXTPReportInplaceEdit&nbsp;and override the create function to call GetStartEditCaption - which returns a blank CString for a password, and the normal&nbsp;GetCaption() a non password. You'll need to adjust the class friends to get rid of linkage errors as well..</DIV><DIV>&nbsp;</DIV><DIV>Don't use CXTPReportRecordItemText.</DIV><DIV>&nbsp;</DIV><DIV>Cheers </DIV>]]>
   </description>
   <pubDate>Thu, 10 Aug 2006 04:27:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4738&amp;PID=14801&amp;title=obscuring-text-for-password-entry#14801</guid>
  </item> 
  <item>
   <title><![CDATA[Obscuring text for Password entry : I am trying to cause a password...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4738&amp;PID=14692&amp;title=obscuring-text-for-password-entry#14692</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1991">vernonr</a><br /><strong>Subject:</strong> 4738<br /><strong>Posted:</strong> 04 August 2006 at 12:40pm<br /><br />I am trying to cause a password to be obscured using asterisks using CXTPReportRecordItemEditOptions and setting <FONT size=2><P>m_pEditOptions-&gt;m_dwEditStyle |= ES_PASSWORD;</P><DIV></DIV><DIV></DIV>Has anyone any advice on how I can get the&nbsp;toolkit to take notice of this ?<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV>Thanks</DIV></FONT>]]>
   </description>
   <pubDate>Fri, 04 Aug 2006 12:40:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4738&amp;PID=14692&amp;title=obscuring-text-for-password-entry#14692</guid>
  </item> 
 </channel>
</rss>