Hi All:
I have a sstab and I have 8 tables. Can some please tell me how can I changes the index of table 8 to 6 and tab 6 to 8. In another word I want tab 6 to go where tab eight is and tab 8 to go where tab 6 was.
Thanks
Printable View
Hi All:
I have a sstab and I have 8 tables. Can some please tell me how can I changes the index of table 8 to 6 and tab 6 to 8. In another word I want tab 6 to go where tab eight is and tab 8 to go where tab 6 was.
Thanks
No way to do it programatically. You need to create another
temporary tab 9 and cut all controls on tab 6 and past into tab
9. Then cut all controls on tab 8 and past into tab 6. Then cut all
controls from temporary tab 9 and paste into tab 8. Then delete
tab 9. Also, change the tab captions to reflect the control
changes. Update any code (if any) with the appropriate tab
index changes.
HTH