Purpose
Updates the browser.
Class
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
| lRefresh | A logical value that indicates whether the browser was updated. |
| TRUE | The browser was updated. |
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?bbrowser_refresh.htm