2006 Dec 15 11:54 AM
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
2006 Dec 15 12:10 PM
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>