Navigation:  Classes > bBrowser >

bBrowser:OpenColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Opens one or more columns in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:OpenColumn(

<oColumn> | <aoColumn>,

[<iPosition>]

) Æ lSuccess

Arguments

<oColumn>The column that is to be opened. The column must be contained in the list of the supported columns (see also bBrowser:ColumnList).
Data Type:bDataColumn

 

<aoColumn>An array with the columns that are to be opened. The columns must be contained in the list of the supported columns (see also bBrowser:ColumnList).
Data Type:Array

 

<iPosition>The position, at which the column is to be opened in the browser. If this argument is not indicated or if the value 0 is indicated, the column is opened behind the last opened column.
Data Type:Integer

Return Value

lSuccessA logical value that indicates whether the column was opened.
TRUEThe column was opened.
FALSEThe column could not be opened.
Data Type:Logic

Description

bBrowser:OpenColumn() opens one or more columns in the browser. This means that the column becomes visible in the browser. Only columns can be opened that are contained in the list of the supported columns (see also bBrowser:ColumnList).

See Also

bBrowser:AddColumn()

bBrowser:ColumnList

bSample - FieldChoice

 


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