| **Navigation:**  »No topics above this level«====== EnumerateBrokenRules (display a list of rules with status of each) ====== | {{btn_prev_d.gif}}[[coming future.htm|{{btn_home_n.gif|Return to chapter overview}}]]{{btn_next_d.gif}} | | || **EnumerateBrokenRules( **//header//,//brokenonly// **)** {{blk2blue.jpg|blk2blue.jpg}} | **EnumerateBrokenRules** | Displays a list of the rules monitored by RulesCollection objects which in turn are managed by this RulesManager object. | | //Header// | A string constant, variable, EQUATE, or expression that contains a header to be displayed in the title bar of the enumerated rules display. | | //Broken// | A Boolean constant, variable, EQUATE, or expression that, if True, causes the EnumerateBrokenRules method to display only rules which are broken. | The **EnumerateBrokenRules **method provides a convenient way to display the set of rules (or broken rules) monitored by RulesCollection objects managed by this RulesManager object. If the user selects a rule from this display, the field equate of the control associated with that rule is returned, allowing the appropriate field to be SELECTed, **Example:** **IF MESSAGE(Desc,'Error Information',ICON:ASTERISK,'Close |' & MoreString) = 2** **  SelectControl = SELF.EnumerateBrokenRules(SELF.GetDescription(), |** **                                             SELF.GetErrorImage())** **  IF SelectControl** **    SELECT(SelectControl)** **  END** **END** **See Also:**     [[takeaccepted handle acceptance of error indicators 1.htm|TakeAccepted]]