Purpose
Update the record groups.
Class
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
| lSuccess | A logical value that indicates whether the record groups were updated. | 
| TRUE | The record groups were updated. | 
| FALSE | The 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
bRecordGroupItemList:UpdateGroupValues()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_recordgroupupdate.htm