You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

7.2 ADD_ENTRY

The ADD_ENTRY command is used to add a new entry to a list.

The list may be a browse list (used for displaying information at a workstation) or a working list (used to store information within a program).

Refer to the DEF_LIST command for more details of lists and list processing.

Also See

7.2.1 ADD_ENTRY Parameters

7.2.2 ADD_ENTRY Comments / Warnings

7.2.3 ADD_ENTRY Examples

7.15 CLR_LIST

7.26 DEF_LIST

7.37 DLT_ENTRY

7.117 SORT_LIST

7.124 UPD_ENTRY


                                                        Optional
  ADD_ENTRY ---- TO_LIST ------ *FIRST ------------------------>
                                list name                       
             >-- SET_SELECT --- *YES -------------------------->
                                *NO                             
             >-- WITH_MODE ---- *CURRENT ---------------------->
                                *ADD                            
                                *CHANGE                         
                                *DELETE                         
                                *DISPLAY                        
                                field name
            >-- AFTER--------- *END ---------------------------|
                               *START
                               numeric value or field name



  • No labels