Whether records can be added directly through a Browse object.

Property of

Browse

Description

append determines whether moving down past the last record in a browse starts the append of a new record. It has no control over adding records in other ways, like by calling the form’s beginAppend( ) method. If a new record is added, the browse will show it.

Set append to false to prevent the accidental appending of new records when navigating through a browse.