InterviewSolution
Saved Bookmarks
| 1. |
Can We Display A List In A Pop-up Screen Other Than Full-size Stacked List? |
|
Answer» Yes, we can DISPLAY a LIST in a pop-up SCREEN using the command WINDOW with the ADDITIONS starting at X1 Y1 and ending at X2 Y2 to set the upper-left and the lower-right corners where x1 y1 and x2 y2 are the coordinates. Yes, we can display a list in a pop-up screen using the command WINDOW with the additions starting at X1 Y1 and ending at X2 Y2 to set the upper-left and the lower-right corners where x1 y1 and x2 y2 are the coordinates. |
|