Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show main tab?

Status
Not open for further replies.

lespaul

Programmer
Feb 4, 2002
7,083
US
How do I set a specific page tab to always show? Right now, when I run the program it goes to the last one I had open in the designer, but I want the first page to ALWAYS show first.

Thanks Leslie
landrews@metrocourt.state.nm.us

SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
 
hi,

try this one:

PageControl1.ActivePageIndex := 0;

Steph [Bigglasses]
 
Thanks! I actually figured it out already (sometimes I do have a clue!). Leslie
landrews@metrocourt.state.nm.us

SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top