Reference to the badge in the focus entry of the list
Member of List Badge control (PRIM_MD.ListBadge)
Data Type - PRIM_MD.ListBadgeCurrentItem - Provides access to the badge of the current list item
The FocusItem property of a list Badge allows access to the individual items within the list entries. A list Badge will only have a FocusItem if the FocusItem in the list has been set.
Testing for a focus item before accessing the value property of the item.
If (#Badge.FocusItem *isnot *null) If (#Badge.FocusItem.Check) ... Endif Endif
Febuary 18 V14SP2