<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Set not firing when tabbing through field</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Set not firing when tabbing through field</description>
  <pubDate>Mon, 13 Apr 2026 20:18:04 -700</pubDate>
  <lastBuildDate>Mon, 16 Mar 2009 11:43:30 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1125</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Set not firing when tabbing through field : Thanks for the information. I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4088#4088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=386" rel="nofollow">BrooksAdair</a><br /><strong>Subject:</strong> 1125<br /><strong>Posted:</strong> 16-Mar-2009 at 11:43am<br /><br />Thanks for the information. I have instance verification in place already, but due to the flow of the screen I still need the property level verification to always fire. I will try directly calling verification for the property on the Leave event and see if that works. &nbsp;]]>
   </description>
   <pubDate>Mon, 16 Mar 2009 11:43:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4088#4088</guid>
  </item> 
  <item>
   <title>Set not firing when tabbing through field : Your best bet is to use an instance...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4078#4078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1125<br /><strong>Posted:</strong> 13-Mar-2009 at 8:03pm<br /><br />Your best bet is to use an instance verifier instead of, or in addition to, the property level verification you're already doing.&nbsp; When verification of a property is dependent on the values of other properties instance-level verification of the entire entity is usually preferable.<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV>As for how to force the setter to fire, I really don't know.&nbsp; The default DataSourceUpdateMode of the BindingDescriptors is "OnValidation", which means a change has to be made and the control exited before the setter is called.&nbsp; The "OnPropertyChanged" mode, when set, means that any change typed into the control causes the setter to be called.&nbsp; But there's no mode available to call the setter just when tabbing through.&nbsp; You'd probably need to hook into control or form events to do something programmatically.&nbsp; But, instance verification would probably be a much cleaner and easier approach.</DIV>]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 20:03:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4078#4078</guid>
  </item> 
  <item>
   <title>Set not firing when tabbing through field : I have a field that is bound to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4008#4008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=386" rel="nofollow">BrooksAdair</a><br /><strong>Subject:</strong> 1125<br /><strong>Posted:</strong> 10-Mar-2009 at 8:36am<br /><br />I have a field that is bound to a property that is mandatory depending on the value of other properties. I have a verifier attached to the property that determines when it should be mandatory.&nbsp; The verifier works fine, but when the user tabs through the field without hitting a key, the setter is never called. If the user hits space, then back spaces, then tabs it will call the setter and the verifier will stop the user as needed.<br><br>How can I get the setter to always fire, even when the user makes no changes?<br>]]>
   </description>
   <pubDate>Tue, 10 Mar 2009 08:36:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1125&amp;PID=4008#4008</guid>
  </item> 
 </channel>
</rss>