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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load data in all tabs on form_load

Status
Not open for further replies.

slybitz

Technical User
Joined
Mar 25, 2005
Messages
113
Location
US
I have a main form that has a tabcontrol with 4 tabs. How can I load data on each tab when the form loads? Right now only the first tab loads with data on form load. The other tabs load with data when I actually click on them.

Thank you very much for your help.
 

Why don't you re-arrange you code and populate all info for all 4 tabs in Form_Load event?

And don't do it in Tab-Click (or whatever).....

Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top