2007 May 06 10:56 AM
Hi,
How do I create screens of length 9X40 and 16X20???
2007 May 06 11:03 AM
Hi
When you create a new screen u can indicate the size in the same screen where u insert the description.
Max
2007 May 08 8:23 AM
In Screen-Painter You simply can drag right-bottom corner of screen and change size of it. Or, you can do this, as in followed code
CALL SCREEN dynnr
[STARTING AT col1 lin1
[ENDING AT col2 lin2]].
width = col2 - col1
height = lin2 - lin1
(From Help) By default, the screens of all dynpros of the called dynpro sequence are displayed in the current window. <b>Use addition STARTING AT to open a modal dialog window</b>
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |