Navigation:  Classes > bArrayServer >

bArrayServer:GoBottom()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Positions the server at the last record.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:GoBottom() Æ lSuccess

Return Value

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

Description

bArrayServer:GoBottom() moves the record pointer to the last record in the server. Which record the last 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 NotifyGoBottom message is sent.

See Also

bArrayServer:Filter

bArrayServer:GoTo()

bArrayServer:GoTop()

bArrayServer:IndexOrd()

bArrayServer:Notify()

bArrayServer:RecNo

bArrayServer:Skip()

 


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