Status (Record) Property
Description
Specifies the current status of the indicated record. Record status can be New, Changed, Query, or Insert.
Applies to record
Set programmatically
Refer to Built-in
GET_RECORD_PROPERTY
SET_RECORD_PROPERTY
Usage Notes
- The status property allows you to examine the status of any indicated record.
You can also examine the status of the current record in the form
with the SYSTEM.RECORD_STATUS system variable.
- In general, any assignment to a database item will change a record's status
from QUERY to CHANGED (or from NEW to INSERT), even if the value being assigned
is the same as the previous value. Passing an item to a procedure as OUT or
IN OUT parameter counts as an assignment to it.