Navigation:  Classes > bBrowser >

bBrowser:ExistRecords()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Indicates whether data rows exists in bBrowser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ExistRecords() Æ lExist

Return Value

lExistA logical value that indicates whether data rows exists in bBrowser.
TRUEData rows exists.
FALSENo data rows exists.
Data Type:Logic

Description

bBrowser:ExistRecords() examines whether data rows exists in bBrowser. For this it is checked whether the return value of access bBrowser:FirstRecNo is not equal to the return value of access bBrowser:EoFRecNo. In this case there are data rows in bBrowser.

See Also

bBrowser:FirstRecNo

bBrowser:EoFRecNo

 


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