Navigation:  Classes > bBrowser >

bBrowser:SetInfoData()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets for an info value extra data.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetInfoData(

<iInfoState>,

<uData>

) Æ lSuccess

Arguments

<iInfoState>The state for which the extra data are to be set. The following are supported states:

 

State

Description

BINFO_INREADPROCESS

The bBrowser reads data about a slow connection.

BINFO_NORECORDS

The data server that is linked to the browser does not contain records. This state also arises, for example, if a filter or selective relation hides all records.

BINFO_NOSERVER

The browser is not linked to a data server.

BINFO_SERVERNOTUSED

The data server that is linked with the browser is not opened.

Data Type:Integer

 

<uData>For the various states the following extra data are supported:

 

State

Description

BINFO_INREADPROCESS

An object of the class bInfoInReadProcess. Among other things the object defines the interval in which a progress bar is updated.

 

Data Type:Usual

Return Value

lSuccessA logical value that indicates whether the extra data could be set.
TRUEThe extra data could be set.
FALSEThe extra data could not be set.
Data Type:Logic

Description

For various info values different extra data can be defined.

 

The method bBrowser:GetInfoData() can be used to get the current data setting.

See Also

bBrowser:GetInfoData()

bBrowser:SetInfo()

bBrowser:SetInfoHeight()

bBrowser:SetInfoView()

 


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