List Button and List Edit Notify Events
For BBj-specific information, see List Button and List Edit Notify Events – BBj.
The following describes the Notify events for list button and list edit controls:
Name |
Value |
Description |
LISTOPEN |
1 |
The user clicked the drop-down arrow on the list edit or list button control to display the list. |
LISTSELECT |
2 |
The user selected an item from the displayed list. |
LISTCLOSE |
3 |
List was closed, and is no longer displayed. |
LISTCANCEL |
4 |
The user canceled the selection process. |
LISTCHANGE |
5 |
Selected item(s) in the list were changed. |