Navigation:  Classes > bBrowser >

bBrowser:GoTop()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Position the linked server at the first record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GoTop([<iSelectFlags>]) Æ lSuccess

Arguments

<iSelectFlags>The flags that indicate, how the selected cells and rows are to be processed. The following values are supported:

 

Flag

Description

BPF_SELECTCLEAR

The entire selection is removed.

BPF_SELECTCLEARSINGLE

The selection in the current cell is removed.

BPF_SELECTSINGLE

The new cell is selected.

BPF_SELECTNOCHANGE

The selection is not changed.

Several flags can be combined. As default the flags BPF_SELECTCLEAR + BPF_SELECTSINGLE are used.

Data Type:DWord

Return Value

lSuccessA logical value which indicates whether the server was positioned.
TRUEThe server was positioned.
FALSEThe server could not be positioned.
Data Type:Logic

Description

bBrowser:GoTop() position the linked server at the first record and draw the first records in the browser.

 

An active edit is closed beforehand. If the closure is not possible, the positioning is also canceled.

See Also

bBrowser:GoBottom()

bBrowser:GoTo()

bBrowser:Skip()

 


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