Multipage tab question

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

How can I tell with code what tab I currently have
selected?? The reason I ask is that I have a command
butten called All Completed. When pressed it will fill in
all the completed check boxes that are on that tab page
only.

So I need to know what tab I have displayed.
 
-----Original Message-----
How can I tell with code what tab I currently have
selected?? The reason I ask is that I have a command
butten called All Completed. When pressed it will fill in
all the completed check boxes that are on that tab page
only.

So I need to know what tab I have displayed.
Hi Greg,

use the value property. 0=first page.

Luck
Jonathan
 
Back
Top