Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : AMBIGUOUS attribute
 

AMBIGUOUS attribute

Indicates whether more than one record matched the FIND predicate.
Data type: LOGICAL
Access: Read-only
Applies to: Buffer object handle
If AMBIGUOUS is TRUE, the most recent unique find on the buffer failed because more than one record matched the FIND predicate. Otherwise, AMBIGUOUS is FALSE.