Skip to Content
0
Former Member
Jun 09, 2009 at 04:26 PM

making tabcontrol invisible

45 Views

Hi,

I have a screen with a tabcontrol. I want make this tabcontrol invisible while some condition are met.

I tried this code in PBO and in module tabcontrol_change_field_attr. But it didn't work :

if my condition.

loop at screen.

screen-invisible = '1'.

endloop.

endif.

Can you make tabcontrol invisible?

Thanks,

Widad