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

TAB Visible

Former Member
0 Likes
335

i have a tab control i want to make some tabs visible to some users and some to others how can i achive this

raman

2 REPLIES 2
Read only

Former Member
0 Likes
303

Assign a group name to the tab.

In the PBO, write a code to make that invisible.

loop at screen.

IF user = 'XYZ'.

IF screen-group1 = 'SPA'.

screen-invisible = '1'.

MODIFY SCREEN.

ENDIF.

ENDIF.

endloop.

Regards,

Prakash.

Read only

Former Member
0 Likes
303

u can check the parameter invisible = 'X' in attributes of tab strip