Application Development and Automation 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: 
Read only

Aligning fields on screen dynamically

Former Member
0 Likes
694

Hello Experts,

I had made one screen in my Z report.

The attributes of some of the fields(Invisible = 1, Input = 0, output = 0) on the screen are dynamically modified through SCREEN system table.

Now, the problem is when this screen is getting displayed, remaining visible fields are displayed at the position where they are actually declared in layout editor that's why fields appearing as scattered on the screen.

How can I group or organise all the fields displayed on screen in single line or column.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

Hi,

You could already use the Switch off screen compression setting in screen attributes tab, so that your screen compress empty room left by your invisible fields.

Kr,

Manu.

2 REPLIES 2
Read only

Former Member
0 Likes
609

Hi,

You could already use the Switch off screen compression setting in screen attributes tab, so that your screen compress empty room left by your invisible fields.

Kr,

Manu.

Read only

0 Likes
608

Hi,

Thanks for early reply.

I unchecked the "Switch off runtime compression" checkbox in attributes Tab.

Now fields in my screen is displaying after vertical compression between fields, I also want horizontal compression between the fields.

How should I do that.