ATTR_CHECK_RANGE (Column)
| Type: | Column attribute |
| Description: | The type of range checking for the table cell. |
| Data Type: | integer |
| Default Value: | VAL_NOTIFY |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_COERCE | The value is coerced to the upper or lower range boundary, whichever is closer. When a value is coerced, an EVENT_VAL_COERCED event occurs. |
| VAL_IGNORE | The value remains unchanged. |
| VAL_NOTIFY | Whenever the control is active, the operator is notified with an Out of Range box. |