Show TOC
Assign
Secondary Screens
In thisIMG activity, you do the following for
each screen sequence:
- secondary screen appears as an additional
screen or is accessed by pushbutton from another main screen or additional
screen
- Defining a secondary screen as an additional
screen
Choose
Add to additional screens. The system assigns the next free
number to the additional screen automatically.
- Defining that a secondary screen is accessed
by pushbutton
Choose
Create pushbutton function code or enter a four-character
pushbutton function code yourself with the prefix PB
followed by 2 numbers. The pushbutton function code must not already exist for
this screen sequence. Also assign the pushbutton function code to the
pushbutton in the Screen Painter.
If a secondary
screen appears as an additional screen, and you decide you want to access it
by pushbutton instead, or vice versa, delete the number of the additional
screen or pushbutton function code, and redefine the secondary screen as
described above. It is also possible to define a secondary screen as an
additional screen, and to define that it is also accessed by pushbutton,
though this is seldom necessary.
- Assign a processing routine to the secondary
screen (if required)
This processing
routine is executed when the secondary screen is accessed.
Note on
transport
After assigning secondary screens within a
screen sequence, transport the screen sequence.