Navigation:  Classes > bBrowser >

bBrowser:IsCellEditable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a cell value is editable.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellEditable(

<iColumn>,

<iRow>,

<iRecNo>

) Æ lEditable

Arguments

<iColumn>The column number of the cell that is to be examined. The number of the column refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

 

<iRow>The row number of the cell that is to be examined.
Data type:Integer

 

<iRecNo>The record number of the cell that is to be examined.
Data type:Integer

Return Value

lSelectableA logical value that indicates whether the cell is editable.
TRUEThe cell is editable.
FALSEThe cell is not editable.
Data type:Logic

Description

bBrowser:IsCellEditable() examines whether a cell indicated by column, row and record number is editable. For this the following examinations are performed one after the other. As soon as an examination returns the value FALSE, editing is not supported in the cell:

1.Checking whether the access bDataColumn:Editable contains the value TRUE.
2.Checking whether edit conditions are defined in the bBrowser (see also bBrowser:EditCondition) with that the edit is forbidden.
3.Checking whether edit conditions are defined in the bDataColumn (see also bDataColumn:EditCondition) with that the edit is forbidden.

 

Important note!
The method bBrowser:IsCellEditable() does not check whether the edit in the bBrowser is enabled. This must be checked with the method bBrowser:Editable in addition.

See Also

bBrowser:Editable

bBrowser:EditCondition

bDataColumn:Editable

bDataColumn:EditCondition

 


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