Navigation:  Classes > bBrowser >

bBrowser:Refresh()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Updates the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Refresh([<uMode>]) Æ lRefresh

Arguments

<uMode>Mode that indicates how the browser is to be refreshed. The following modes are supported:

 

Mode

Description

#RetainCurrentRow | TRUE

The vertical position of the current row is maintained.

#RefreshBuffer

Only the visible column values and the color and font conditions are refreshed.

 

Data Type:Symbol | Logic

Return Value

lRefreshA logical value that indicates whether the browser was updated.
TRUEThe browser was updated.
FALSEThe browser could not be updated.
Data Type:Logic

Description

When updating the browser the following actions are accomplished.

1.Determination of the first visible row related to the current record in the linked server.

2.Read all visible column values.

3.Evaluation of the color and font conditions, both for the browser and for the visible columns.

4.Actualization of the vertical and horizontal scrollbars.

5.Redraw the entire browser.

See Also

bBrowser:InitRecordScope()

 


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