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

Compare with Current View Page History

« Previous Version 2 Current »

7.124 UPD_ENTRY

The UPD_ENTRY command is used to update an existing entry in 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).

Before a list entry can be updated via the UPD_ENTRY command it must first have been selected (ie: retrieved) from the list in a SELECTLIST / ENDSELECT list processing loop or by a GET_ENTRY or LOC_ENTRY command.

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

Also See

7.124.1 UPD_ENTRY Parameters

7.124.2 UPD_ENTRY Comments / Warnings

7.124.3 UPD_ENTRY Examples

                                                        Optional

  UPD_ENTRY ---- IN_LIST ------ *FIRST ------------------------->
                                list name

             >-- WITH_MODE ---- *CURRENT -----------------------|
                                *ADD
                                *CHANGE
                                *DELETE
                                *DISPLAY
                                *SAME
                                field name



  • No labels