Previous Next

SET-BUFFERS( ) method
Binds all buffers for a query or dynamic ProDataSet object at the same time. Any buffers previously added to the ProDataSet object are removed.
Use the ADD-BUFFER( ) method to add one buffer to the object, without affecting the other buffers, if any.
Return type:
Applies to:
 
Syntax 
SET-BUFFERS ( 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.
The maximum number of buffers per query is 18.
Note:
Following is an example:
 
my-query-handle:SET-BUFFERS(BUFFER customer:handle).

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