REJECT-ROW-CHANGES( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Rejects changes to the data in one row of a ProDataSet temp-table.
Return type: LOGICAL
Applies to: Buffer object handle
Syntax
|
When you reject changes for a temp-table row,
the AVM uses the before-image table row to back out changes in the
after-image table row. The AVM also sets the BEFORE-ROWID attribute
of the row in the after-image table to the Unknown value (?),
sets the ROW-STATE of the row in the after-image table to ROW-UNMODIFIED
(0), and removes the before-image table row.