Navigation:  Classes > bBrowser >

bBrowser:RecordRestore()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Restores a previously saved record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RecordRestore(<auRecord>) Æ lSuccess

Arguments

auRecordAn array with the data of the saved record. The array is returned at the call of the method bBrowser:RecordSave().
Data Type:Array

Return Value

lSuccessA logical value that indicates whether the record was restored.
TRUEThe record was restored.
FALSEThe record was not restored.
Data Type:Logic

Description

bBrowser:RecordRestore() restores a previously saved record. If the server possesses relations on other servers, then these are restored likewise.

See Also

bBrowser:RecordRelease()

bBrowser:RecordSave()

 


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