POP_UP_LTAB
This command enables you to make the specified logical table pop up at the next available opportunity. When a table pops up, all display tables connected to it are displayed on the screen.
Pop up requests are first held in a buffer until the system is ready to accept interactive input from the user. Only then does it start processing the pop up requests.
The format of the command is as follows:
POP_UP_LTAB 'Logical table name'
An example of the command is given as below:
POP_UP_LTAB 'logtable1'
POP_UP_LTAB requires a parameter, which is the name of the logical table to pop up. In this example, the logical table is logtable1.
* 
When you use the POP_UP_LTAB command on a logical table, all display tables connected to this logical table are displayed on the screen. If you want to display only one of the display tables, you can use the SHOW_TABLE command with option ON to do it.
When the POP_UP_LTAB command displays a display table on the screen, it saves a bit-map image of the screen area under the display table, When the display table is removed from the screen using the POP_DOWN_LTAB, the area is restored to its original image.
È stato utile?