Navigation:  Classes > bArrayServer >

bArrayServer:Refresh()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Rereads the current record.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Refresh() Æ lSuccess

Return Value

lSuccessA logical value that indicates whether the current record was reread.
TRUEThe record was reread.
FALSEThe record could not be reread.
Data type:Logic

Description

The server always buffers the current record, so that field changes are put not immediately, but only during the next record movement. With the method bArrayServer:Refresh() the server rereads the field values and discards any changes that have been made.

See Also

bArrayServer:FieldPut()

bArrayServer:RecordPut()

 


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