Navigation:  Classes > bArrayServer >

bArrayServer:OrderKeyGoTo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Positions the server to a logical record number.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:OrderKeyGoTo(<iKeyNo>) Æ lSuccess

Arguments

<iKeyNo>The logical record number to which the server is to be positioned.
Data type:Integer

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:OrderKeyGoTo() moves the record pointer at the specified logical record number 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:GoTo()

bArrayServer:Notify()

bArrayServer:OrderKeyNo()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_orderkeygoto().htm