Skip to content

Object_Validation - Cm_Entry

Controls whether the validate messages have any effect

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean Object_Validation
Access Type Syntax
Read Access: Get Object_Validation to BooleanVariable
Write Access: Set Object_Validation to BooleanVariable/Value

Description

The object_validation property controls whether the validate messages (e.g. Validate_Save, Validate_Delete) have any effect. This is useful when a program needs to change the current_item and to disable the validation process that would occur when the item change takes place.

Set Object_Validation to False

Default is False for most data entry object (DEO) classes.