User Tools

Site Tools


insert_placement_of_new_record_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Properties >====== Insert (placement of new record) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
Insert BYTE

blk2blue.jpg

The Insert property indicates where in the list a new record will be added when the end user inserts a new record. The default placement is below the selected record.

Implementation:

There are three places a new record can be placed in a list when using edit-in-place: above the selected record; below the selected record (the default); or appended to the bottom of the list.

NoteBox.jpg

This does not change the sort order. After insertion, the list is resorted and the new record appears in the proper position within the sort sequence.

The specified placements are implemented by the BrowseEIPManager.Init method. Set the record insertion point by assigning, adding, or subtracting the following EQUATEd values to Insert. The following EQUATEs are in ABEdit.INC:

 ITEMIZE,PRE(EIPAction)

Default  EQUATE(0)

Always   EQUATE(1)

Never    EQUATE(2)

Prompted EQUATE(4)

Save     EQUATE(7)

Remain   EQUATE(8)

Before   EQUATE(9)  ! insert before/above selected record

Append   EQUATE(10) ! insert at the bottom of the list

RetainColumn EQUATE(16)

 END

See Also:     BrowseEIPManager.Init

insert_placement_of_new_record_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1