﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Broken Rules Problem</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 19:56:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Broken Rules Problem</title><link>http://forum.strataframe.net/FindPost6212.aspx</link><description>I have a application which uses a child form to edit BO fields.&amp;nbsp; On the business object I have added some broken rules logic.&amp;nbsp; When I save the business object, I can see the broken rules logic is executing properly, and it does add the broken rule, however&amp;nbsp;the application doesn't navigate to the broken rule.&amp;nbsp; (Warnings do not appear on the screen).&amp;nbsp; &lt;/P&gt;&lt;P&gt;The&amp;nbsp;'AutoNavigateToFirstBrokenRule' property on both business objects = True and the data is NOT saved.&amp;nbsp; Any Ideas's...&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have other applications working fine using the same logic, but for some reason this particular program is not stopping to show broken rules.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Thu, 25 Jan 2007 10:57:38 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Broken Rules Problem</title><link>http://forum.strataframe.net/FindPost6231.aspx</link><description>At the moment, this is correct.&amp;nbsp; There was an issue a while back with multiple handlers be managed and when this change was made the CheckRulesOnCurrentRow stopped showing the red error &amp;#119;indow.&amp;nbsp; This is something that is on the "to-look-at" list.</description><pubDate>Thu, 25 Jan 2007 10:57:38 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Broken Rules Problem</title><link>http://forum.strataframe.net/FindPost6227.aspx</link><description>Yes, if I manually check &lt;FONT size=2&gt;CheckRulesOnRow(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;/FONT&gt;&lt;FONT size=2&gt;), the broken rules do display beside the appropriate field, but I do not get the error information window, but if I just call&amp;nbsp;Save(), I do not get the broken rules.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Tim</description><pubDate>Thu, 25 Jan 2007 10:34:43 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Broken Rules Problem</title><link>http://forum.strataframe.net/FindPost6218.aspx</link><description>It's most likely a configuration issue, or an issue with the IsChildForm property being set on the child form.&amp;nbsp; When we use the ChildFormDialog, it is generally because we want to be able to edit a child record and return from the form without saving the record.&amp;nbsp; However, you want to test the business logic before the form closes.&amp;nbsp; So, we generally call the CheckRulesOnRow() method and test the return value to return from the form.&amp;nbsp; &lt;/P&gt;&lt;P&gt;So, if you manually call CheckRulesOnRow(), does the error provider display the broken rules?</description><pubDate>Thu, 25 Jan 2007 10:09:25 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>