Navigation:  Classes > bBrowser >

bBrowser:Skip()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Moves the record pointer in the linked server forward or backwards.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Skip(

[<iSkip> | <symSkip>],

[<iSelectFlags>]

) Æ lSuccess

Arguments

<iSkip>The count of records that the record pointer is to be moved, related to the current record. A positive value causes a forward movement, a negative value causes a backward movement. If this argument is not indicated, the value +1 is used as a default.
Data Type:Integer

 

<symSkip>The mode that the record pointer is to be moved, related to the current record. The following values are supported:

 

Value

Description

#LineBackwards

Moves the record pointer one record back.

#LineForwards

Moves the record pointer one record forward.

#PageBackwards

Moves the record pointer one browser page back.

#PageForwards

Moves the record pointer one browser page forward.

 

Data Type:Symbol

 

<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 that indicates whether the record pointer was moved.
TRUEThe record pointer was moved.
FALSEThe record pointer could not be moved.
Data Type:Logic

Description

bBrowser:Skip() moves the record pointer either forward or backwards.

 

Any active edit is closed before moving the record. If an error appears, movment of the record pointer is canceled.

See Also

bBrowser:GoBottom()

bBrowser:GoTo()

bBrowser:GoTop()

bBrowser:SkipToCell()

 


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