| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > RuleManager > RulesCollection Class Methods >====== CheckAllRules (check all rules in this collection) ====== | [[brokenrulecount count rules in the collection which are broken.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[checkrule check a particular rule .htm|{{btn_next_n.gif|Next page}}]] | | || **CheckAllRules( **//display//**)** {{blk2blue.jpg|blk2blue.jpg}} | **CheckAllRules** | Checks all rules in the collection managed by this FileManager object and optionally sets the error indicators controls associated with those rules. | | //display// | A Boolean constant, variable, EQUATE, or expression that, if True, will cause the error indicator to be set for the control associated with this rule. | **Return Data Type:     **LONG **Example:** **    Customer.CheckAllRules(False) ! Validate all fields but do not set indicators.**