‎2011 Nov 10 7:05 PM
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.
‎2011 Nov 11 5:10 AM
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.
‎2011 Nov 11 5:10 AM
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.
‎2011 Nov 11 5:47 AM
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.