Tables - Scrolling 

Navigationsfunktionen - Übersicht

This section describes functions the user can use to scroll through information in table structures. "Table structures" here refers to all lists of elements in which the user can scroll - that is, lists, step loop areas on the screen, and so on.

 

This keyword discusses the interaction with tables using the step loop technique. For new developments, please use the Table Control technique (exception: multiple-line tables), which includes the scroll logic.

 

Syntax of Examples

The following examples refer to a table structure with seven lines of which three lines can be displayed at a time. The examples are displayed as follows:

123 --NS-> 456 --NS--> 7

This means:

The lines 123 are displayed on the screen. The user then chooses the Previous Page, Next Page (Functions). The lines 456 are then displayed. Further scrolling displays line 7 on the screen.

Empty lines ready for input are indicated by an underscore "_".

 

Scroll Functions and Scroll Keys for Vertical Scrolling

Horizontal Scrolling

Scroll Bars

Technical Notes

Cross-References

 

Most of the functions dealt with in this section are described in Functions - Alphabetical List. You find compressed functions lists in Functions - Overview.