AUTO-VALIDATE attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Specifies when the AVM runs the validation for a browse column.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: BROWSE widget
If TRUE, the AVM runs the validation for a browse column in the specified browser on LEAVE of the browse cell. If FALSE, the AVM runs the validation only when code for a browse or browse column specifically invokes the VALIDATE( ) method.