Navigation:  Classes > bBrowser >

bBrowser:SetCurrentRow()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets the current row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetCurrentRow(

<nRowNo>,

<nRecNo>

) Æ lSuccess

Arguments

<nRowNo>The row number of the data row that is to be set as current row.
Data Type:Integer | Float

 

<nRecNo>The record number of the data row that is to be set as current row.
Data Type:Integer | Float

Return Value

lSuccessA logical value that indicates whether the row was set as current.
TRUEThe row was set as current.
FALSEThe row could not be set as current.
Data Type:Logic

Description

bBrowser:SetCurrentRow() sets the specified row as current row. The current row is the row in that the cursor is.

 

If the specified row is not in the visible area of the browser, it is scrolled into this area.

 

Important note!
The row is not selected automatically. Only the cursor is moved to the row.

See Also

bBrowser:CurrentRow

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_setcurrentrow.htm