<?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 : Mask in FlatEdit control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Mask in FlatEdit control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 01:08:34 +0000</pubDate>
  <lastBuildDate>Fri, 22 Apr 2011 09:14:12 +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=17950</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[Mask in FlatEdit control : oleg,In the MaskEdit if not all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64050&amp;title=mask-in-flatedit-control#64050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4866">DataCrypt</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 22 April 2011 at 9:14am<br /><br />oleg,<br><br>In the MaskEdit if not all values are required, and the user enters "123-12" (for a Mask set as "000-0000", "___-____") and I output the <i>MaskedText</i>, I get "123-12__".&nbsp; Basically it's outputting the <u>prompt characters in my return value</u>.<br><br>How can this be a good design?&nbsp; I need the actual data <i>NOT </i>including the prompt character.&nbsp; It would be much better to return the text without the mask (pure data) for the <i>MaskedText </i>property. Currently I'm having to go an extra step and manually strip the prompt character!!&nbsp; This should not be necessary.&nbsp; The only time I get the pure data and without containing the prompt character is if the text completely fills the mask.<br><br>Please re-evaluate this and let me know your thoughts.&nbsp; Thank you.<br><br>Best Regards,<br><br>DataCrypt<br>]]>
   </description>
   <pubDate>Fri, 22 Apr 2011 09:14:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64050&amp;title=mask-in-flatedit-control#64050</guid>
  </item> 
  <item>
   <title><![CDATA[Mask in FlatEdit control : Hello,Sorry, I don&amp;#039;t see...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64008&amp;title=mask-in-flatedit-control#64008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 21 April 2011 at 1:00am<br /><br />Hello,<div><br></div><div>Sorry, I don't see something to fix. Its designed behavior.</div>]]>
   </description>
   <pubDate>Thu, 21 Apr 2011 01:00:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64008&amp;title=mask-in-flatedit-control#64008</guid>
  </item> 
  <item>
   <title><![CDATA[Mask in FlatEdit control : Hi oleg. Have you verified this?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64002&amp;title=mask-in-flatedit-control#64002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4866">DataCrypt</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 20 April 2011 at 9:20am<br /><br />Hi oleg.&nbsp; Have you verified this?&nbsp; I was wondering if this fix would be available in the next release.&nbsp; Thank you.<br><br>Best Regards,<br><br>DataCrypt<br>]]>
   </description>
   <pubDate>Wed, 20 Apr 2011 09:20:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=64002&amp;title=mask-in-flatedit-control#64002</guid>
  </item> 
  <item>
   <title><![CDATA[Mask in FlatEdit control : Yes, you are correct - I made...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62957&amp;title=mask-in-flatedit-control#62957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4866">DataCrypt</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 24 February 2011 at 12:24pm<br /><br />Yes, you are correct - I made a mistake in my original post - it does return it without the "-", but it does return the unfilled prompt character locations.&nbsp; I don't think it should do that.<br><br>So if the mask is "000-0000", "___-____" and the user enters "000-12", MaskedText property should return "00012" and not "0012__".&nbsp; I think this makes much more sense.&nbsp; Is there any possibility of the MaskedText changing to return just the data not return the prompt character?<br><br>I will try your example mask you provided, but I notice you are not using a prompt char which I would like to display to the user so they can better see what is expected to be entered.<br><br>Thank you very much,<br><br>DataCrypt<br>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 12:24:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62957&amp;title=mask-in-flatedit-control#62957</guid>
  </item> 
  <item>
   <title><![CDATA[Mask in FlatEdit control : Hi,MaskedText should return it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62941&amp;title=mask-in-flatedit-control#62941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 24 February 2011 at 1:22am<br /><br /><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Hi,</span><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">MaskedText should return it without '-' &nbsp;when user will enter all characters.</span><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">if you allow only part of text you can set such mask</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">FlatEdit1.SetMask "000-0000", " &nbsp; - &nbsp; &nbsp;", " "</span></div></div>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 01:22:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62941&amp;title=mask-in-flatedit-control#62941</guid>
  </item> 
  <item>
   <title><![CDATA[Mask in FlatEdit control : CodeJock Support,I&amp;#039;m in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62928&amp;title=mask-in-flatedit-control#62928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4866">DataCrypt</a><br /><strong>Subject:</strong> 17950<br /><strong>Posted:</strong> 23 February 2011 at 6:48pm<br /><br />CodeJock Support,<br><br>I'm in the process of evaluating your CodeJock Xtreme Suite controls and have a couple of questions regarding the FlatEdit control.&nbsp; I would like to use (purchase) these controls to use on an older Visual Basic 6 application.&nbsp; That application uses MaskEdit controls quite a bit and I was trying to replace it with the FlatEdit control.&nbsp; This requires me to use the SetMask method of the FlatEdit, which is fine, but I have no way of "retrieving" the mask that has been set.<br><br>Is there a property or something that will give me the mask that has been set (i.e. FlatEdit1.GetMask)?&nbsp; If not, would you please consider adding something like this to your control?<br><br>Also, when I do set a mask with the default prompt character (an underscore "_") to something like FlatEdit1.SetMask "000-0000", "___-____" (to hold some formatted number with a dash), I seem to have some issues retrieving the data entered from the control.&nbsp; For example, if not all values are required, and the user enters "123-12" and I output FlatEdit1.Text or FlatEdit1.MaskedText, I get "123-12__".&nbsp; I am getting the prompt characters in my value.&nbsp; I want/need the actual data and NOT include the prompt.&nbsp; What am I doing wrong here?&nbsp; Not sure if this is a feature or a bug, but it would be nice to request the data in the control without the mask (pure data).<br><br>Thank you very much for your time,<br><br>DataCrypt<br>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 18:48:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17950&amp;PID=62928&amp;title=mask-in-flatedit-control#62928</guid>
  </item> 
 </channel>
</rss>