Determine which tab page is currently displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Any idea how to determine if a specific page of the tab control is currently
being displayed? For example, as the user moves through the recordset using
the form's navigation buttons, which page is being displayed?
 
Paco said:
Any idea how to determine if a specific page of the tab control is
currently being displayed? For example, as the user moves through the
recordset using the form's navigation buttons, which page is being
displayed?

The Value property of the TabControl corresponds to the index value of the
currently selected page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top