ADD-BUFFER( ) methodAdds 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:
 ADD-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.
 my-query-handle:ADD-BUFFER(BUFFER Customer:HANDLE).
| © 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |