Navigation:  Classes > bBrowser >

bBrowser:EditRecalculate()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Recalculates the new position and size of an edit control during an active input.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EditRecalculate(

[<iColumn>],

[<nRowNo>],

[<nRecNo>]

) Æ lSuccess

Arguments

<iColumn>The column number of the data cell for which the position and size of the edit control are to be recalculated. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Integer

 

<nRowNo>The row number of the data cell for which the position and size of the edit control are to be recalculated.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the data cell for which the position and size of the edit control are to be recalculated.
Data Type:Integer | Float | Real8

Return Value

lSuccessA logical value that indicates whether the position and size of the edit control was recalculated.
TRUEThe position and size were recalculated.
FALSEThe position and size could not be recalculated.
Data Type:Logic

Description

bBrowser:EditRecalculate() is called by bBrowser, if during an active input the width of a column was changed or the column was moved.

See Also

bBrowser:MoveColumn()

bBrowser:ResizeColumn()

 


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