Previous Next

BUFFER-RELEASE( ) method
Releases a record from a buffer object. The BUFFER-RELEASE method corresponds to the RELEASE statement.
Note:
Return type:
Applies to:
 
Syntax 
BUFFER-RELEASE ( )
If a record has been modified, this method causes a WRITE event and executes all related WRITE triggers.
If successful, this method returns TRUE. Otherwise, it returns FALSE. If the validation fails on a newly-created record, this method returns FALSE and raises the ERROR condition.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.