Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase the size of the window in screen painter

Former Member
0 Kudos

I have a screen 100 in which i have a table control and this table control needs to have n number of columns.

But the screen cannot fit them.Can i increase the size of the window it self,how?

Thanks in advance.

3 REPLIES 3

andreas_mann3
Active Contributor

use:

call screen ... starting ta xy...ending at zz

A.

0 Kudos

Hi,

in the attributes tab of the screen painter, there is a field

Lines/Columns Occupied ... ...

Mainten. ... ...

the Mainten. part is open for input. if you increase the size in the right box, the screen will resize.

regards,

Murat Kaya

0 Kudos

Call screen starting at row column

ending at row column

will be on the selection screen can be handled but can't increase the layout dimensions in the screen painter tool.