Previous Next

ADD-BUFFER( ) method
Adds one new buffer to a query object or dynamic ProDataSet object, without affecting the other buffers, if any.
Use the SET-BUFFERS( ) method to remove all prior buffers and set all buffers for the object at the same time.
Return type:
Applies to:
 
Syntax 
ADD-BUFFER ( buffer )
buffer
A handle to a buffer, or a CHARACTER expression that evaluates to the name of a buffer that the AVM searches for at run time.
Note:
The following is an example:
 
my-query-handle:ADD-BUFFER(BUFFER Customer:HANDLE).

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