Navigation:  Classes > bBrowser >

bBrowser:GetInfo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines information about a specific state of bBrowser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetInfo(<iInfoState>) Æ uInfo

Arguments

<iInfoState>The state about which information is requested. The following table lists the 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

Return Value

uInfoThe information requested about the selected state.
Data Type:String | Icon | Bitmap | bCompoundValue

Description

bBrowser has several states for which it cannot show data. Such a state can occur for example if in the linked data server a filter condition is set which excludes all records. In this case an info value as text, icon, bitmap or bCompoundValue can be shown in the bBrowser.

 

bBrowser:GetInfo() determines a before set info value to a state. bBrowser:SetInfo() can be used to set an info value.

See Also

bBrowser:GetInfoAlignment()

bBrowser:GetInfoBackground()

bBrowser:GetInfoData()

bBrowser:GetInfoFont()

bBrowser:GetInfoForeground()

bBrowser:GetInfoGrid()

bBrowser:GetInfoHeight()

bBrowser:GetInfoView()

bBrowser:SetInfo()

 


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