User Tools

Site Tools


setindicator_set_error_indicator_.htm
Navigation:  ABC Library Reference > RuleManager > Rule Class Methods >====== SetIndicator (set error indicator) ====== Previous pageReturn to chapter overviewNext page

SetIndicator( broken )

blk2blue.jpg

The SetIndicator method creates or destroys an error indicator as appropriate.

broken An integer constant, variable, EQUATE, or expression that indicates whether the current rule is broken.

Implementation:

The SetIndicator method destroys any previously created error indicator for this rule and conditionally creates a new one.

Example:

 RetVal = CHOOSE(EvaluateResults = 0,1,0)

 SELF.SetIsBroken(RetVal)

 IF DisplayIndicator

  SELF.SetIndicator(RetVal)

 END

setindicator_set_error_indicator_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1