Progress
Language Reference


ADD-BUFFER( ) Method

Adds a new buffer to a query object, as does the SET-BUFFERS method, but without affecting the other buffers, if any, of the query object.

Return Type: LOGICAL

Applies To: Query Object Handle

SYNTAX
ADD-BUFFER ( buffer ) 

buffer

A handle to a buffer, or a CHARACTER expression that evaluates to the name of a buffer that Progress searches for at run time.

NOTE: The maximum number of buffers per query is 18.

The following is an example:

my-query-handle:ADD-BUFFER(BUFFER customer:handle). 

See also the reference entry for the SET-BUFFERS( ) Method in this book.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095