NO-VALIDATE attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Specifies that the AVM ignore the validation conditions in the schema for all fields in a dynamic browse.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: BROWSE widget
This attribute is readable by both static and dynamic browses, and writeable only by dynamic browses.
If TRUE, the AVM does not run the validation for dynamic browse columns. If FALSE, the AVM runs the validation. The default value is FALSE.
Note: For a static
browse, this attribute is set in the DEFINE BROWSE statement using
the NO-VALIDATE option.