Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : ADD-SOURCE-BUFFER( ) method
 

ADD-SOURCE-BUFFER( ) method

Adds a database buffer to a dynamic data-source object at run time.
Return type: LOGICAL
Applies to: Data-source object handle

Syntax

ADD-SOURCE-BUFFER ( buffer-handle, key-fields )
buffer-handle
A handle to the database buffer you are adding.
key-fields
A character expression that evaluates to a comma-separated list of one or more database table fields that constitute a unique key that the AVM can use to find a record in the table.