Tabbed Form - Lots of tabs

T

Terry

I have a tabbed form that has a number of pages that extend beyond the form
width, this gives page navigation buttons to enable page selection.

I am referencing the pages in code in a public module and getting an error
2455 for the pages not displayed because they are beyond the main forms
width, I think. The error shows in a subform on the last displayed page
before the tab control nav buttons and is produced by code in the public
module that references the subform on the following page (not curently
shown).

If I skip the error with a resume, everything is OK, all the code is run
with no further errors, including a second pass of the code that produced
the error.

Am I getting this error because the subform is on a page not currently
shown?

Regards
 
Top