Progress
ADM 2 Reference


serverFetchContainedRows (datamessage.p)

Server-side procedure that retrieves a batch of data in one of the contained SDOs and returns all the resulting data to the client side.

Parameters:

INPUT pcQueries AS CHARACTER

CHR(1)-delimited-list of QueryString properties of the SDOs.

INPUT piStartRow AS CHARACTER

The object from which to retrieve the batch (? = Master)

INPUT pcRowIdent AS CHARACTER

The RowNum value of the record to start the batch to return. Typically piStartRow is "?" as a flag to use pcRowIdent instead of piStartRow.

INPUT plNext AS CHARACTER

True if serverSendRows is to start on the “next” record from what is indicated by piStartRow or piRowIdent.

INPUT piRowsToReturn AS INTEGER

The number of rows requested.

OUTPUT piRowsReturned AS INTEGER

The actual number of rows returned. This number will be less than the number requested if there are not enough additional records available.

OUTPUT TABLE-HANDLE phRowObject1 AS HANDLE
. . .
OUTPUT TABLE-HANDLE phRowObject20 AS HANDLE

Temp-table handle for each SDO

Returns: Nothing (procedure).

Notes: None.


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