Nextrow, Nextrow 24, C.nextrow – Kofax DM API User Manual
Page 269: T.nextrow, Or call, Oc.nextrow, Method
Advertising

DM API M
ETHODS
AND
P
ROPERTIES
249
NextRow
NextRow
This method increments the current row pointer.
Syntax
PCDGetDoc.NextRow()
PCDLookup.NextRow()
PCDNetworkInfo.NextRow()
PCDPropertyLists.NextRow()
PCDPutDoc.NextRow()
PCDRecentDoc.NextRow()
PCDSearch.NextRow()
PCDSQL.NextRow()
Returns
Returns a Boolean value of
TRUE
if pointer incremented without error.
It returns
FALSE
if the row number is less than 1 or greater than the
number of rows in the result set.
Usage
You can make a call to
NextRow
only after calling
You must make a call to
NextRow
or
SetRow
before the first call to
,
, or
Example
The section titled
Retrieving Recently Edited Documents
in Chapter 1
illustrates the use of the NextRow method.
Related Items
See the following objects:
Advertising