Microsoft SDK for Java

DhTable.setRecordRange

Sets the range of records that will be displayed in the table.

Syntax

public void setRecordRange( int nStartRecord, int nEndRecord )

Parameters

nStartRecord

The first record to display.

nEndRecord

The final record to display.

Remarks

These numbers reflect absolute, zero-based record positions.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.