Navigation:  Classes > bBrowser >

bBrowser:GetNewEditableColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines a new editable column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetNewEditableColumn(

<symDirection>,

[<iColumn>],

[<nRowNo>],

[<nRecNo>]

) Æ iColumn

 

<oBrowser>:GetNewEditableColumn(

<iColumn>,

<symDirection>

) Æ iColumn

Arguments

<symDirection>The direction for which the next editable column is to be determined. The following values are supported:

 

Value

Description

#First

Determines the first editable column. The argument <iColumn> is not considered and should be specified with 0.

#Last

Determines the last editable column. The argument <iColumn> is not considered and should be specified with 0.

#Previous

Determines the previous editable column beginning from the specified column number.

#Next

Determines the next editable column beginning from the specified column number.

#Auto

Determined either the next or if not exist the previous editable column, beginning of the specified column number.

 

Data Type:Symbol

 

<iColumn>The column number of the cell, starting from which a editable column is to be determined. The number of the column refers to the list of the opened columns (see also bBrowser:ColumnOpenList). If the argument is not passed, then the current column number is used as default.
Data Type:Integer

 

<nRowNo>The row number of the cell, starting from which a editable column is to be determined. If the argument is not passed, then the current row number is used as default.
Data Type:Integer | Float

 

<nRecNo>The record number of the cell, starting from which a editable column is to be determined. If the argument is not passed, then the current record number is used as default.
Data Type:Integer | Float

Return Value

iColumnThe number of the determined column. If no editable column was determined, the value 0 is returned.
Data Type:Integer

Description

bBrowser:GetNewEditableColumn() search the next opened column in the specified direction for which the method bBrowser:IsCellEditable() returned the value TRUE.

See Also

bBrowser:IsCellEditable()

bDataColumn:Editable

 


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