Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

IList.moveToRow

Changes the "current row" to the specified row position.

Syntax

Parameters

how
The method of moving to a row:

IList.first - Move to the first row in the list.

IList.last - Move to the last row in the list.

IList.next - Move to the next row in the list.

IList.prev - Move to the previous row in the list.

IList.gotorow - Move to the row specified by v.

v
If you set how to IList.gotorow, then set v to the specific row number. The first row is 1 (not 0). If you set how to something other than IList.gotorow, then moveToRow ignores the value of v.

Returns

Returns true on success, false on failure.

Example

The following code walks through each row in a list:

See Also

atEnd

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.