Navigation:  Classes > bArrayServer >

bArrayServer:GoTop()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Positions the server to the first record.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:GoTop() Æ lSuccess

Return Value

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

Description

bArrayServer:GoTop() moves the record pointer to the first record in the server. Which record the first record is, depends on,

whether a filter is set and

whether an order is active.

 

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

See Also

bArrayServer:Filter

bArrayServer:GoBottom()

bArrayServer:GoTo()

bArrayServer:IndexOrd()

bArrayServer:Notify()

bArrayServer:RecNo

bArrayServer:Skip()

 


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