Reference to the raised button in the focus entry of the list
Member of List Raised Button control (PRIM_MD.ListRaisedButton)
Data Type - PRIM_MD.ListRaisedButtonCurrentItem - Provides access to the raised button for the current list item.
The FocusItem property of a list RaisedButton allows access to the individual items within the list entries. A list RaisedButton 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 (#RaisedButton.FocusItem *isnot *null) If (#RaisedButton.FocusItem.Value <> "") ... Endif Endif
Febuary 18 V14SP2