Navigation:  Classes > bBrowser >

bBrowser:GetEditSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines from the defined edit conditions the editable state of the column values for the current record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetEditSpec(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ uEditable

Arguments

<iColumn>The column number of the cell, which is passed as argument to the conditions.
Data Type:Integer

 

<nRowNo>The row number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

Return Value

uEditableThe determined editable state. The following values can be returned:
TRUEThe record is editable.
FALSEThe record is not editable.
NILNo condition returns TRUE as result.
Data Type:Logic

Description

bBrowser:GetEditSpec() evaluates all defined edit conditions on the current record. The value TRUE is returned from the first condition to return TRUE else the value FALSE is returned. If there are no conditions set, the value NIL is returned.

See Also

bBrowser:Editable

bBrowser:EditCondition

bBrowser:IsCellEditable()

bDataColumn:GetEditSpec()

 


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