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

Hide table control

Former Member
0 Likes
318

Hi,

In my Z dialog program having a table control, under some circumstances the table control need to be made as Invisibile . For this purpose i used following code in PBO.

tablecontrol-invisible = 'X'.

It's getting hidden but the place which was tablecontrol resides showing blank screen area

How to remove this blank screen area ?

Thanks in Advance,

Regards,

Ranjith

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
291

Hello Ranjith

You may use a similar technique like you can see in the Enjoy transactions. Display your table control within a subscreen.

When the condition is met that the table control should be hidden display another subscreen with a minimal width.

Regards

Uwe