Hello,
I have a form (cleverly named Form2) with a tab control (equally cleverly named tabctl29). The tab control has ten tabs, named TabA, TabB, etc.
When the form is opened, I'd like to have the captions on those tabs change to values looked up from a table. So, the form opens and program looks in table and sees that TabA should have the caption "First", for example.
Every code structure I've tried to use to reference the value of the tab captions has given me an error. I'm sure there has to be a way to do this, but I can't figure it out.
Thanks.
I have a form (cleverly named Form2) with a tab control (equally cleverly named tabctl29). The tab control has ten tabs, named TabA, TabB, etc.
When the form is opened, I'd like to have the captions on those tabs change to values looked up from a table. So, the form opens and program looks in table and sees that TabA should have the caption "First", for example.
Every code structure I've tried to use to reference the value of the tab captions has given me an error. I'm sure there has to be a way to do this, but I can't figure it out.
Thanks.