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.
 
Back
Top