﻿<?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 not displaying When using SharedDataTableKey</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 06:15:49 GMT</lastBuildDate><ttl>20</ttl><item><title>Broken Rules not displaying When using SharedDataTableKey</title><link>http://forum.strataframe.net/FindPost9858.aspx</link><description>I'm using a SharedDataTableKey on a Business object on my dialog form.&amp;nbsp; I am manually calling BO.CheckRulesOnRow(True) before exiting the form however the broken rules are not displaying.&amp;nbsp; I traced through the code and it is adding the broken rules to the collection but there is no message displayed and no flashing red icon beside the fields.&lt;/P&gt;&lt;P&gt;Is there something I need to do when using the SharedDataTableKey feature?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Mon, 02 Jul 2007 09:13:45 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Broken Rules not displaying When using SharedDataTableKey</title><link>http://forum.strataframe.net/FindPost9894.aspx</link><description>The BO will only show the error provider next to controls that are bound to the business object.&amp;nbsp; So, if you have 2 business objects using the SharedDataTableKey, if all of the controls are bound to one, and you call CheckRulesOnRow() on the other, then none of the error provider icons will show.&amp;nbsp; When you're stepping through the CheckRulesOnRow() method, check the value of the Me.BoundControls.Count property within the watch &amp;#119;indow.&amp;nbsp; If it's 0, then all of the controls are bound to the other business object.&lt;/P&gt;&lt;P&gt;As for the red InfoBox not appearing, I think that is an issue that was introduced in a previous version and is slated to be fixed for 1.6.1</description><pubDate>Mon, 02 Jul 2007 09:13:45 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>