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

Dynamic Tabstrip control

Former Member
0 Likes
488

Hi Xperts,

There is a requirement of providing a Tabstrip control where no of tab pages shall be decided based on value available in a Dictionary table.

For e.g.

Table with following fields:

ZONE DEPO

1 A

1 B

2 C

2 D

2 E

For Zone 1, it shall display 2 tab pages with title A and B

For Zone 2, it shall display 3 tab pages with title C, D, and E.

If anybody changes ZONE-DEPO assignment, then the same has to be reflected in tab pages as well.

Means, the new values may be as per below,

ZONE DEPO

1 A

1 B

1 C

2 D

2 E

3 F

Pls Suggest.......

Thanks in advance ..

Chetan Joshi.

3 REPLIES 3
Read only

Former Member
0 Likes
457

Hi,

There is a workaround for this. If you know the maximum number of tabstrips that needs to be displayed, then you can create a screen with that many number of tabstrips.

Say for example maximum is 10. Your screen has 10 tabstrips.

Based on the table table only 5 needs to be displayed, hide the other 5 tabstrips. You can hide a tabstrip using the properties in the tabstrip control.

Read only

0 Likes
457

Hi Siva,

Thnx for reply.

But it is meeting my requirement.

What if user changes Zone-Depo assingment completly.

That changes has to reflect in tab pages.....!!

Thanks,

Chetan

Read only

0 Likes
457

Hi,

Based on the Zone-Depo assignment display the tabstrip or hide the tab strip.

Hope you are getting me.