Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : NO-VALIDATE attribute
 

NO-VALIDATE attribute

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.