Progress
ADM 2 Reference


serverSendRows (datamessage.p)

Specialized message for data objects that gives the client the server API.

Parameters:

INPUT piStartRow AS INTEGER

The RowNum value of the first record to return. Typically this will be "?", meaning: use pcRowIdent instead of piStartRow.

INPUT pcRowIdent AS CHARACTER

The RowIdent of the first record to return. Can also be "FIRST" or "LAST" to force the retrieval of the first (or last) batch of RowObject records.

INPUT plNext AS LOGICAL

True if serverSendRows is to start on the “next” record after piStartRow or piRowIdent.

INPUT piRowsToReturn AS INTEGER

The number of rows requested

OUTPUT piRowsReturned AS INTEGER

The actual number returned, which might be less than the number requested.

OUTPUT TABLE-HANDLE phRowObject
Returns: Nothing (procedure).

Notes: None.


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