A listview-SELECTION event is returned when the listview has multiple sets of selected items, and you interrogate it using panel-DO-RETURN-listview to obtain a selection range.
This is not presently implemented.
| In panel-3 area | Data |
| listview-SEL1-KEY | The value of the invisible key column for the first selected record in a range. |
| listview-SEL2-KEY | The value of the invisible key column for the last selected record in a range. |
| In panel-3 area | Data |
| listview-MAX | Maximum number records that may be passed in the listview buffer, useful for PERFORMed loops when loading records to your listview buffer. |
| listview-SCROLL-TO-KEY | Set to HIGH-VALUES. |
| listview-TOP-OF-LIST-KEY | The value of the invisible key column for the first (top) record that is visible in the listview control. |
| All other fields | Set to LOW-VALUES. |
| In panel-4 area | Data |
| listview | Number of items in the list that are selected. |
Not implemented.
|
PERFORM WITH TEST AFTER
CALL 'GS' USING panel-1
END-PERFORM. |
Not implemented.
| © 2000-2006 Norcom, all rights reserved |