‎2008 Jul 10 7:58 AM
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.
‎2008 Jul 10 8:08 AM
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.
‎2008 Jul 10 11:12 AM
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
‎2008 Jul 10 11:41 AM
Hi,
Based on the Zone-Depo assignment display the tabstrip or hide the tab strip.
Hope you are getting me.