Navigation:  Classes > bBrowser >

bBrowser:AutoEdit

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A value that indicates whether an edit in the current cell is to be activated automatically.

 

Important note!
The access bBrowser:AutoEdit is replaced by the accesses bBrowser:EditStartFlags and bBrowser:EditCloseFlagsand should not be used any more. If a value is assigned to bBrowser:AutoEdit, then the corresponding flags are set automatically for bBrowser:EditStartFlags and bBrowser:EditCloseFlags.

Class

bBrowser

Type

Access / Assign

Data Type

Usual

Description

The bBrowser supports 4 different settings to edit cells:

1.No AutoEdit
If the access contains the logical value FALSE or the symbol value NULL_SYMBOL, the edit in the current cell starts only by pressing the RETURN key or by double-clicking the mouse button in the cell.
2.AutoEdit: Sensitive
If the access contains the symbol value #Sensitive, the edit in the current cell is started, as soon as the left mouse button or a valid key on the keyboard is pressed. The pressed key is taken automatically to the edit.
3.AutoEdit: Excel
If the access contains the symbol value #Excel, the edit in the current cell is started as soon as the left mouse button or a valid key on the keyboard is pressed. The pressed key is taken automatically to the edit. During the edit the browser behaves like Microsoft Excel.
4.AutoEdit: Permanent
If the access contains the logical value TRUE or the symbol value #Permanent, an edit is started automatically, as soon as a new cell is selected.
 
Important note!
In addition to the access bBrowser:AutoEdit the access bBrowser:AutoSkip is also set on TRUE automatically.
The mode #Permanent can not be used in combination with the bBrowser:SelectionMode #Multiple.

 

The access bBrowser:AutoEdit is supported only if the editing of cells is enabled by the access bBrowser:Editable.

 

The access bBrowser:AutoEdit does not work within deleted records or in cells with those editing is disabled by the access bDataColumn:Editable.

 

If for the current column its own mode for the access bDataColumn:AutoEdit is defined, then this is used.

 

After creating a bBrowser control, the access contains the value FALSE.

See Also

bBrowser:Edit()

bBrowser:Editable

bBrowser:EditCloseFlags

bBrowser:EditStartFlags

bBrowser:GetColumnEditMode()

bDataColumn:AutoEdit

bSample - Edit

 


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