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

Additional Tab in tapstrip control

Former Member
0 Likes
491

Hi Friends,

I have created a screen with 5 tabs using tapstrip control with wizard. Now I want to add another 2 tabs to the existing list. How to add the same. Kindly guide me.

TIA.

Regards,

Mark K

Hi Friends,

I have created a screen with 5 tabs using tapstrip control with wizard. Now I want to add another 2 tabs to the existing list. How to add the same. Kindly guide me.

TIA.

Regards,

Mark K

1 REPLY 1
Read only

Former Member
0 Likes
364

Hi,

Go to your screen painter -> Click on the tab strip control ->In the bottom attributes , change the Tab title to 7 -> This will create two more tabs

Now click on the newly created tab push buttons -> Give text and Fct code ( if required )

<b>if required</b>

Create sub screens and drop it inside this two new tabs. eq ( sub_scr1 and sub_scr2)

In your PBO and PAI of the screen you will have CALL SUBSCREEN , add this 2 subscreens there.

<b>or</b>

Directly add the fields you required in the tab strip.

Regards,<b></b>