D
Darin
I have a tabcontrol with 2 pages on it. On the first page, I have some
labels. I want it when the label is clicked, to load some data on the
second tab and have that tab be the one with focus. The first part is
fine (the data on the second tab is loaded based off the label clicked
on the first page), but I cannot get the second tab page to come to the
front. I have tried:
tbWeek.focus
tbWeek.select
tbweek.show
tbweek.bringtofront
None seem to work. Any suggesstions?
Darin
labels. I want it when the label is clicked, to load some data on the
second tab and have that tab be the one with focus. The first part is
fine (the data on the second tab is loaded based off the label clicked
on the first page), but I cannot get the second tab page to come to the
front. I have tried:
tbWeek.focus
tbWeek.select
tbweek.show
tbweek.bringtofront
None seem to work. Any suggesstions?
Darin