Navigation:  Classes > bCheckColumn >

bCheckColumn:Uncheck()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Puts the data value FALSE for the current record in the column.

Class

bCheckColumn

Type

Method

Syntax

<oCheckColumn>:Uncheck() Æ lSuccess

Return Value

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

Description

bCheckColumn:Uncheck() puts the data value FALSE for the current record. With the method bCheckColumn:Check() the data value TRUE can be put. The access bDataColumn:Value can also be used.

 

So that the changed data value is shown in the bBrowser the notification NOTIFYFIELDCHANGE is sent to the connected data server. If notifications are not suspended, this results in showing the changed data value in the bBrowser.

 

With the method bCheckColumn:UncheckAll() the data value FALSE can be put for all records.

 

Important note!
The record is removed from the list bCheckColumn:RecordList.

See Also

bCheckColumn:Check()

bCheckColumn:Checked

bCheckColumn:RecordDelete()

bCheckColumn:UncheckAll()

bDataColumn:Value

 


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