Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
CURRENT-CHANGED attribute
CURRENT-CHANGED attribute
Indicates whether a record in a buffer is different following a FIND CURRENT or GET CURRENT statement or method. If the record is different, CURRENT-CHANGED is TRUE. Otherwise, CURRENT-CHANGED is FALSE.
Data type:
LOGICAL
Access:
Read-only
Applies to:
Buffer object handle
Note:
The CURRENT-CHANGED attribute corresponds to the CURRENT-CHANGED function.