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
397

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
365

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
365

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