Entry number of the item in the underlying data list
Member of List List Item (PRIM_LIST.ListItem)
Data Type - Integer
Entry returns the entry number of the list item in the underlying data list. Entry numbers are assigned when the entry is added and will only change if an earlier entry is deleted. They are not affected by sorting or other visual activities.
Using the entry number to set the list currentitem. This will set the currentitem and return the corresponding field values.
Get_Entry Number(#Number) From_list(#List)
Febuary 18 V14SP2