Fill Event

This document covers the following topics:


Applies To

List Box Control, Table Control.

Description

Occurs for list box controls whenever the end user scrolls to the end of a list box control that has scroll bars. Occurs for table controls whenever the end user navigates to the last row in the Table Control or scrolls to the end of the table control with the scroll bar. If all items in the List Box Control are visible without scrolling, there is no scroll bar and therefore no fill event will occur. In this event, you would usually append additional items to the end of the list box control with the PROCESS GUI statement action ADD-ITEMS.

If this event occurs in a cell of a Table Control, the ROW and COLUMN attributes are modified so that they contain the position of the cell.