Application Development 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: 

Change tab title in tabstrip at runtime.

0 Kudos

Hi Colleagues,

    I have 4 tabs in my tabstrip control, How can i change the tab titles of these tabs at runtime?

Thanks,

Deepak

2 REPLIES 2

Former Member
0 Kudos

Hi Deepak,

you need to use program variables instead of texts to assign the title to the tabstrip. Than you can change the values at runtime.

Where is the problem ?

KR

Robert

Former Member
0 Kudos

Hi Deepak

Your issue is possible solve but is neccesary do this.

For example

This tabtrips has tree tab:

You goes to dynpro and tab general attributes and is neccesary check column output

for your tabs.

And in your program you might declare variables  witn name equal a your tabs.

Now you can change titles of tabs :

The result is :