Navigation:  Classes > bBrowser >

bBrowser:RecordSave()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Saves information of the current record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RecordSave() Æ auRecord

Return Value

auRecordAn array with the saved record informations.
Data Type:Array

Description

bBrowser:RecordSave() saves information for the current record in an array and returns this. The following information is saved:

RecNo

BoF-Status (Begin of File)

EoF-Status (End of File)

 

If the server has relations to child servers then the record numbers of these servers are also stored.

 

Important note!
A record that was saved with the method bBrowser:RecordSave() must be restored with the method bBrowser:RecordRestore() or released with the method bBrowser:RecordRelease().

See Also

bBrowser:RecordRelease()

bBrowser:RecordRestore()

 


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