Navigation:  Classes > bBrowser >

bBrowser:AutoAppend

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A logical value that indicates whether an empty record is appended automatically in the server, if an attempt is made to skip beyond the last record.

Class

bBrowser

Type

Access / Assign

Data Type

Logic

Description

If the access bBrowser:AutoAppend contains the value TRUE, an empty record is appended automatically in the server , if the following conditions apply:

1.The cursor is on the last record (within the order) in the server.

2.The cursor is moved one record downward by pressing the key ò or by call to the method bBrowser:Skip(1).

 

After a successful Append, the empty record is shown in the active order in the browser. This means that the empty record is shown either as first or as last record in the browser.

 

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

See Also

bBrowser:Append()

 


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