Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.124 UPD_ENTRY

Note
titleNote:
Usage options

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

No Format
                                                        Optional

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

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

...