View Full Version : Tab Control


expublish
04-02-2002, 04:43 AM
Hi All,

Hope everyone had a great easter!

I have a form with a simple tab control on it. It has two tabs with a couple of fields in each tab.

When the form is opened the first tab is the active one. When I click the other tab, the page moves upwards, so the top of the tab is at the bottom of the viewable page. Why does this happen?

Is it possible to simply click the second tab and the contents of the tab be displayed without the page view being affected?

Thanks,

Scott.

Fizzio
04-02-2002, 05:31 AM
Make sure that you have the form sized to enable all the controls displayed on 1 'page' and that there are no controls outside that size. Alternatively set the form to display 'current page' in the properties box

expublish
04-02-2002, 05:49 AM
There are definitly no controls outside the 1 page area - it is a very small page anyway.

I tried the second solution (the cycle property?) but it didn't make any difference.

Any more ideas?

Cheers
Scott

Fizzio
04-02-2002, 06:03 AM
Out of interest, size the form in design mode to bigger than the actual form and see if it still happens.

expublish
04-02-2002, 06:18 AM
Still makes no difference.

Fizzio
04-02-2002, 06:39 AM
Hmmmm.....