Navigation:  Classes > bBrowser >

bBrowser:GetVisiblePosFromRecNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

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

Arguments

<nRecNo>The record number for that the position is to be determined.
Data Type:Integer | Float

Return Value

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

Description

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

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromPoint()

bBrowser:GetVisiblePosFromRecordGroupItem()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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