REJECTED attribute

Set this attribute to indicate whether a change to the data in a ProDataSet object, a temp-table buffer, or a temp-table row is rejected.

Data type: LOGICAL

Access: Readable/Writeable

Applies to: Buffer object handle, ProDataSet object handle, Temp-table object handle

The REJECTED attribute corresponds to the REJECTED function.

The MERGE-CHANGES( ) method and MERGE-ROW-CHANGES( ) method use this attribute to determine whether to reject a changed row during a merge operation.

This attribute is marshalled between the client and the AppServer.

Note: The REJECTED attribute is effective only if a before-table is NO-UNDO during a data source update. If the before-table is UNDO, the REJECTED attribute is lost.