Validate_All_Fields_State - DataDictionary
Supports Request_Validate_All
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Validate_All_Fields_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Validate_All_Fields_State to IntegerVariable |
| Write Access: | Set Validate_All_Fields_State to IntegerVariable/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.