Navigation:  Classes > bBrowser >

bBrowser:GetVisiblePosFromRecNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines for a RecNo the position of the record inside the visible data area of the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetVisiblePosFromRecNo(<iRecNo>) Æ iRowPos

Arguments

<iRecNo>The RecNo, for that the position is to be determined.
Data type:Integer

Return Value

iRowPosThe position of the found record, beginning with 1. If no record with the specified RecNo is visible, the value 0 is returned.
Data type:Integer

Description

bBrowser:GetVisiblePosFromRecNo() examines whether a record with the specified RecNo is visible and returns the position inside the visible records.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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