J
Jeremy Hughes
1) I cannot find a property to change the colour of fonts
on the tab headings?
2) I want to change the displayed tab control page in the
OnCurrent event of the main form. Is there a way to
change the displayed tab using VBA without setting focus
to the page?
3) Problems tabbing through controls and subforms on a
page.
I've created a form with 2 text boxes (tbA, tbB) and a tab
control with 2 pages. On tab 1, I have 2 subforms then a
text box control (tb1C).
If I use tab to move around the form starting on the main
form I go tbA, tbB, tab1, tb1C and back to tbA, skipping
both subforms on tab1. If I remove tb1C the sequence
includes the subforms. If I rearrange the sequence of
tab1 to be tb1C then the subforms it works ok.
Any hints on what is going on and how I can get the
taborder to visit the 2 subforms on tab1 before the
textbox.
Any help greatly appreciated.
Thanks,
Jeremy
on the tab headings?
2) I want to change the displayed tab control page in the
OnCurrent event of the main form. Is there a way to
change the displayed tab using VBA without setting focus
to the page?
3) Problems tabbing through controls and subforms on a
page.
I've created a form with 2 text boxes (tbA, tbB) and a tab
control with 2 pages. On tab 1, I have 2 subforms then a
text box control (tb1C).
If I use tab to move around the form starting on the main
form I go tbA, tbB, tab1, tb1C and back to tbA, skipping
both subforms on tab1. If I remove tb1C the sequence
includes the subforms. If I rearrange the sequence of
tab1 to be tb1C then the subforms it works ok.
Any hints on what is going on and how I can get the
taborder to visit the 2 subforms on tab1 before the
textbox.
Any help greatly appreciated.
Thanks,
Jeremy