Navigation:  Classes > bArrayServer >

bArrayServer:GoTo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Positions the server to a record number.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:GoTo(<iRecNo>) Æ lSuccess

Arguments

<iRecNo>The record number to which the server is to be positioned.
Data Type:DWord

Return Value

lSuccessA logical value that indicates whether the server was positioned to the specified record number.
TRUEThe server was positioned.
FALSEThe server could not be positioned.
Data Type:Logic

Description

bArrayServer:GoTo() moves the record pointer at the last record in the server. All following record operations refer afterwards to this record.

 

Before the record pointer is moved, the server sends a NotifyIntentToMove message. If the movement were successfully, a NotifyRecordChange message is sent.

See Also

bArrayServer:GoBottom()

bArrayServer:GoTop()

bArrayServer:Notify()

bArrayServer:OrderKeyGoTo()

bArrayServer:RecNo

bArrayServer:Skip()

 


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