Kofax DM API Manual de usuario Pagina 300

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 299
280 CHAPTER 4
SetRow
SetRow
Use this method to set the row pointer in the results set to a specific row.
Syntax
PCDGetDoc.SetRow( lngRowNbr )
PCDLookup.SetRow( lngRowNbr )
PCDPutDoc.SetRow( lngRowNbr )
PCDRecentDoc.SetRow( lngRowNbr )
PCDSearch.SetRow( lngRowNbr )
PCDSQL.SetRow( lngRowNbr )
Parameter
Returns
Returns a Boolean value that indicates whether or not the operation
completed successfully. It is
TRUE if the row number was set to a row
within the current result set. A
FALSE value indicates that the row
number was less than 1 or greater than the number of rows in the result
set.
Usage
The row count in the result set is 1-based. You can use
GetColumnValue or GetPropertyValue methods to retrieve data from
the selected row in the result set.
Example
The Example in the PCDLookup object discussion illustrates how you
can use the SetRow method.
Related Items
See the following objects:
lngRowNbr A long integer that identifies the row number to
which the row pointer is to be set.
Vista de pagina 299
1 2 ... 295 296 297 298 299 300 301 302 303 304 305 ... 527 528

Comentarios a estos manuales

Sin comentarios