Validate_All_Fields_State - DataDictionary

Supports Request_Validate_All

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Validate_All_Fields_State

Read Access: Get Validate_All_Fields_State to BooleanVariable
Write Access: Set Validate_All_Fields_State to BooleanVariable/Value


Description

The Validate_All_Fields_State property is used to support Request_Validate_All. This determines if a validation should stop upon the first validation failure or if all fields should be validated, generating an error for each failed field. It is then up to the developer to write the error handling code to handle all of the errors. Normally, this property is set to False and will rarely be changed.

See Also

Request_Validate_All