Navigation:  Classes > bBrowser >

bBrowser:RecordRelease()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Releases the informations of a previously saved record.

Class

bBrowser

Type

Method

Syntax

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

Arguments

auRecordAn array with the informations 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 informations was released.
TRUEThe record informations was released.
FALSEThe record informations could not released.
Data Type:Logic

Description

bBrowser:RecordRelease() releases the information again which was saved before with the method bBrowser:RecordSave(). If the server has relations on child servers, then the saved informations of these server are released likewise.

See Also

bBrowser:RecordRestore()

bBrowser:RecordSave()

 


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