Progress
ADM 2 Reference
fetchBatch (data.p)
Transfers another batch of rows from the database query to the RowObject temp-table query, without changing the current record position.
Parameters:INPUT plForwards AS LOGICAL
TRUE if you want to retrieve the block of rows that follow the current row, FALSE if you want to retrieve the block preceding the current row.
Returns: Nothing (procedure)Notes:
- Run from a Browser to get another batch of rows from the database query appended to the RowObject temp-table query (when the browser scrolls to the end and not all rows have been retrieved).
- fetchBatch does some checking and sets up the proper parameters to sendRows, but sendRows is called to do the actual work.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |