Navigation:  Classes > bBrowser >

bBrowser:RecordGroupUpdate()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Update the record groups.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RecordGroupUpdate(<iOptions>) Æ lSuccess

Arguments

<oRecordGroupItem>The record group item whose state is to be changed.
Data Type:bRecordGroupItem

 

<iOptions>The options to be used when updating the record groups. The following options are supported:

 

Option

Description

BRGUO_REREADDATA

The visible records in the bBrowser are reread.

BRGUO_UPDATEGROUPVALUES

The group values (see also bRecordGroupItem:Value) of the record group items are updated. For this the method bRecordGroupItemList:UpdateGroupValues() is invoked internally.

 

Data Type:DWord

Return Value

lSuccessA logical value that indicates whether the record groups were updated.
TRUEThe record groups were updated.
FALSEThe record groups could not be updated.
Data Type:Logic

Description

bBrowser:RecordGroupUpdate() updates the record groups in the bBrowser. This is necessary, for example, if a field value has been changed in a record of the associated data server for that a record group item exist.

See Also

bBrowser:RecordGroup

bRecordGroup:Server

bRecordGroupItem:Value

bRecordGroupItemList:UpdateGroupValues()

 


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